Fix xmonad laptop init
This commit is contained in:
parent
8c038f3f46
commit
ebb503f952
2 changed files with 4 additions and 2 deletions
|
@ -146,8 +146,9 @@ myStartupHook = do
|
||||||
spawnOnce "picom &"
|
spawnOnce "picom &"
|
||||||
setWMName "LG3D"
|
setWMName "LG3D"
|
||||||
spawnOnce "nm-applet"
|
spawnOnce "nm-applet"
|
||||||
spawnOnce("xsetroot -cursor_name left_ptr")
|
spawnOnce ("xsetroot -cursor_name left_ptr")
|
||||||
spawnOnce ("killall trayer ;sleep 1 && trayer --monitor 0 --edge top --align right --margin 4 --widthtype request --padding 8 --iconspacing 12 --SetDockType true --SetPartialStrut true --expand true --transparent true --alpha 0 --tint 0x2B2E37 --height 30 --distance 5 &")
|
spawnOnce ("killall trayer ;sleep 1 && trayer --monitor 0 --edge top --align right --margin 4 --widthtype request --padding 8 --iconspacing 12 --SetDockType true --SetPartialStrut true --expand true --transparent true --alpha 0 --tint 0x2B2E37 --height 30 --distance 5 &")
|
||||||
|
spawnOnce ("slimbookbattery --minimize")
|
||||||
spawnOnOnce "web" myWebBrowser
|
spawnOnOnce "web" myWebBrowser
|
||||||
spawnOnOnce "main" myTerminalTmux
|
spawnOnOnce "main" myTerminalTmux
|
||||||
|
|
||||||
|
|
|
@ -166,8 +166,9 @@ myStartupHook = do
|
||||||
spawnOnce "picom &"
|
spawnOnce "picom &"
|
||||||
setWMName "LG3D"
|
setWMName "LG3D"
|
||||||
spawnOnce "nm-applet"
|
spawnOnce "nm-applet"
|
||||||
spawnOnce("xsetroot -cursor_name left_ptr")
|
spawnOnce ("xsetroot -cursor_name left_ptr")
|
||||||
spawnOnce ("killall trayer ;sleep 1 && trayer --monitor 0 --edge top --align right --margin 4 --widthtype request --padding 8 --iconspacing 12 --SetDockType true --SetPartialStrut true --expand true --transparent true --alpha 0 --tint 0x2B2E37 --height 30 --distance 5 &")
|
spawnOnce ("killall trayer ;sleep 1 && trayer --monitor 0 --edge top --align right --margin 4 --widthtype request --padding 8 --iconspacing 12 --SetDockType true --SetPartialStrut true --expand true --transparent true --alpha 0 --tint 0x2B2E37 --height 30 --distance 5 &")
|
||||||
|
spawnOnce ("slimbookbattery --minimize")
|
||||||
spawnOnOnce "web" myWebBrowser
|
spawnOnOnce "web" myWebBrowser
|
||||||
spawnOnOnce "main" myTerminalTmux
|
spawnOnOnce "main" myTerminalTmux
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Reference in a new issue