Rename compton to picom

This commit is contained in:
Dave Gallant
2020-11-02 20:58:59 -05:00
parent cd75c06923
commit de21fca5a8
2 changed files with 1 additions and 1 deletions

View File

@@ -303,7 +303,7 @@ myStartupHook = do
spawnOnce "dunst &"
spawnOnce "feh --bg-fill ~/Pictures/Wallpapers/laughingman.jpg"
spawnOnce "if xinput list | grep -qi 'mouse'; then xmodmap -e 'pointer = 3 2 1 ';fi" -- flip mouse buttons
spawnOnce "picom --config ~/.config/compton.conf -b"
spawnOnce "picom --config ~/.config/picom.conf -b"
spawnOnce "stalonetray &"
spawn "xautolock -time 5 -locker 'i3lock-fancy-rapid 10 2 pixels' -notify 30 -notifier \"notify-send -t 30000 'Locking in 30 seconds'\""