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