mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-02-18 17:59:01 +00:00
Add compositor start/kill shortcuts
This commit is contained in:
parent
ad87763a8a
commit
6d5bf3ac97
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue