This commit is contained in:
Sakooooo 2023-08-12 17:32:07 +03:00
parent dde4f3d1c3
commit 10ae435773
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -141,7 +141,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
, ((modm .|. shiftMask, xK_q ), io exitSuccess)
-- Restart xmonad
, ((modm , xK_q ), spawn "xmonad --recompile; killall trayer; killall xmobar ; xmonad --restart")
, ((modm , xK_q ), spawn "xmonad --recompile; killall trayer; killall xmobar; killall picom; xmonad --restart")
-- Run xmessage with a summary of the default keybindings (useful for beginners)
, ((modm .|. shiftMask, xK_slash ), xmessage help)
@ -300,6 +300,7 @@ myStartupHook = do
spawnOnce "nm-applet"
spawnOnce "blueman-applet"
spawnOnce "flameshot"
spawn "picom"
spawn "trayer --edge top --align right --iconspacing 5 --height 25 --widthtype request --alpha 0 --transparent true --tint 'black'"
------------------------------------------------------------------------