Minor updates to some dotfiles to correct opacity settings and converting all references of compton to picom.

This commit is contained in:
Derek Taylor
2020-05-13 12:36:34 -05:00
parent 6cb99b4cde
commit feaafa990c
11 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -895,6 +895,6 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n
-- Autostart applications
awful.spawn.with_shell("nitrogen --restore")
awful.spawn.with_shell("compton --config $HOME/.config/compton/compton.conf")
awful.spawn.with_shell("picom --config $HOME/.config/picom/picom.conf")
awful.spawn.with_shell("nm-applet")
awful.spawn.with_shell("volumeicon")