mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
xmobar: add stalonetray
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user