mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Update dunst keybindings
This commit is contained in:
parent
52dbe8175d
commit
b2dd459baa
|
@ -143,10 +143,10 @@ myKeys =
|
|||
, ("M-S-x", spawn "killall picom") -- Kill picom compositor
|
||||
|
||||
-- Dunst notifications
|
||||
, ("C-A-<Space>", spawn "dunstctl context") -- Show context menu with multiple actions
|
||||
, ("C-<Space>", spawn "dunstctl close") -- Close topmost notification
|
||||
, ("C-S-<Space>", spawn "dunstctl close-all") -- Close all notifications
|
||||
, ("C-S-`", spawn "dunstctl history-pop") -- Show last notification
|
||||
, ("C-,", spawn "dunstctl close") -- Close topmost notification
|
||||
, ("C-S-,", spawn "dunstctl close-all") -- Close all notifications
|
||||
, ("C-.", spawn "dunstctl history-pop") -- Show last notification
|
||||
, ("C-S-.", spawn "dunstctl context") -- Show context menu with multiple actions
|
||||
|
||||
-- Workspaces
|
||||
, ("M-.", nextScreen) -- Switch focus to next monitor
|
||||
|
|
Loading…
Reference in a new issue