mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Add compositor start/kill shortcuts
This commit is contained in:
parent
ad87763a8a
commit
6d5bf3ac97
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue