Add compositor start/kill shortcuts

This commit is contained in:
ItsDrike 2021-07-29 05:04:06 +02:00
parent ad87763a8a
commit 6d5bf3ac97
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

View file

@ -129,6 +129,10 @@ myKeys =
, ("M-w", kill1) -- Kill the currently focused client , ("M-w", kill1) -- Kill the currently focused client
, ("M-S-w", killAll) -- Kill all windows on current workspace , ("M-S-w", killAll) -- Kill all windows on current workspace
-- Compositor
, ("M-C-x", spawn "picom -b") -- Run picom compositor
, ("M-S-x", spawn "killall picom") -- Kill picom compositor
-- Workspaces -- Workspaces
, ("M-.", nextScreen) -- Switch focus to next monitor , ("M-.", nextScreen) -- Switch focus to next monitor
, ("M-,", prevScreen) -- Switch focus to prev monitor , ("M-,", prevScreen) -- Switch focus to prev monitor