From b2dd459baa918b64dc005647c4aecb7dcdfb5c49 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Wed, 22 Jun 2022 09:33:18 +0200 Subject: [PATCH] Update dunst keybindings --- home/.config/xmonad/xmonad.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/.config/xmonad/xmonad.hs b/home/.config/xmonad/xmonad.hs index 52e9f93..e4ac2a2 100644 --- a/home/.config/xmonad/xmonad.hs +++ b/home/.config/xmonad/xmonad.hs @@ -143,10 +143,10 @@ myKeys = , ("M-S-x", spawn "killall picom") -- Kill picom compositor -- Dunst notifications - , ("C-A-", spawn "dunstctl context") -- Show context menu with multiple actions - , ("C-", spawn "dunstctl close") -- Close topmost notification - , ("C-S-", 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