picom
This commit is contained in:
parent
dde4f3d1c3
commit
10ae435773
1 changed files with 2 additions and 1 deletions
|
@ -141,7 +141,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
|
||||||
, ((modm .|. shiftMask, xK_q ), io exitSuccess)
|
, ((modm .|. shiftMask, xK_q ), io exitSuccess)
|
||||||
|
|
||||||
-- Restart xmonad
|
-- 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)
|
-- Run xmessage with a summary of the default keybindings (useful for beginners)
|
||||||
, ((modm .|. shiftMask, xK_slash ), xmessage help)
|
, ((modm .|. shiftMask, xK_slash ), xmessage help)
|
||||||
|
@ -300,6 +300,7 @@ myStartupHook = do
|
||||||
spawnOnce "nm-applet"
|
spawnOnce "nm-applet"
|
||||||
spawnOnce "blueman-applet"
|
spawnOnce "blueman-applet"
|
||||||
spawnOnce "flameshot"
|
spawnOnce "flameshot"
|
||||||
|
spawn "picom"
|
||||||
spawn "trayer --edge top --align right --iconspacing 5 --height 25 --widthtype request --alpha 0 --transparent true --tint 'black'"
|
spawn "trayer --edge top --align right --iconspacing 5 --height 25 --widthtype request --alpha 0 --transparent true --tint 'black'"
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue