xmobar: add stalonetray

This commit is contained in:
Dave Gallant
2020-08-30 17:33:56 -04:00
parent 9c07c29594
commit a977cdd5d1
4 changed files with 29 additions and 18 deletions

View File

@@ -310,8 +310,9 @@ myLogHook h = dynamicLogWithPP $ xmobarPP
myStartupHook = do
spawnOnce "dunst &"
spawnOnce "feh --bg-fill ~/Pictures/Wallpapers/laughingman.jpg"
spawnOnce "picom --config ~/.config/compton.conf -b"
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 "stalonetray &"
------------------------------------------------------------------------
-- Now run xmonad with all the defaults we set up.