format xmonad.hs

This commit is contained in:
Lucas Barbieri 2023-01-08 11:43:43 -03:00
parent 1462720909
commit 628bfdda8f

View File

@ -215,23 +215,24 @@ myMouseBindings XConfig {XMonad.modMask = modm} =
myStartupHook :: X () myStartupHook :: X ()
myStartupHook = do myStartupHook = do
_ <- traverse _ <-
spawnOnce traverse
[ "sh ~/scripts/screenlayout.sh", spawnOnce
"nitrogen --restore &", [ "sh ~/scripts/screenlayout.sh",
"touch ~/tmp/touchy && rm -rf ~/tmp/*", "nitrogen --restore &",
-- , myHomeDir ++ "/.local/bin/picom-jonaburg --glx-no-stencil --xrender-sync-fence -b &" "touch ~/tmp/touchy && rm -rf ~/tmp/*",
"picom --config ~/.config/picom/vander.conf", -- , myHomeDir ++ "/.local/bin/picom-jonaburg --glx-no-stencil --xrender-sync-fence -b &"
"xinput --set-prop 'pointer:''Gaming Mouse' 'libinput Accel Profile Enabled' 0, 1 && xinput --set-prop 'pointer:''Gaming Mouse' 'libinput Accel Speed' 0.1", "picom --config ~/.config/picom/vander.conf",
"setxkbmap br abnt2", "xinput --set-prop 'pointer:''Gaming Mouse' 'libinput Accel Profile Enabled' 0, 1 && xinput --set-prop 'pointer:''Gaming Mouse' 'libinput Accel Speed' 0.1",
"nm-applet", "setxkbmap br abnt2",
"trayer-srg -l --edge top --align right --SetDockType true --SetPartialStrut true --expand true --widthtype request --tint 0xFF181814 --height 27 --transparent false --distance 2 --margin 1 --alpha 0 --monitor 0 &", "nm-applet",
"mpd &", "trayer-srg -l --edge top --align right --SetDockType true --SetPartialStrut true --expand true --widthtype request --tint 0xFF181814 --height 27 --transparent false --distance 2 --margin 1 --alpha 0 --monitor 0 &",
"dunst &", "mpd &",
"lxqt-policykit-agent &", "dunst &",
"xrdb -load ~/.Xresources", "lxqt-policykit-agent &",
"redshift -t 5700:3600 -l -23.5475:-46.63611 -b 0.9:0.5" "xrdb -load ~/.Xresources",
] "redshift -t 5700:3600 -l -23.5475:-46.63611 -b 0.9:0.5"
]
setDefaultCursor xC_left_ptr setDefaultCursor xC_left_ptr
setWMName "zmonad" setWMName "zmonad"