diff options
| author | 2025-06-21 08:50:02 -0700 | |
|---|---|---|
| committer | 2025-06-21 08:50:02 -0700 | |
| commit | 4c51830e8fb162d3b2f7f5b3eb196b63f075b6c2 (patch) | |
| tree | 406b77d04347bc0b7ab891b61d0704b980396676 | |
| parent | b17ec1144eeab6811df8bd038ee16fcb08c5931f (diff) | |
| download | new-dotfiles-4c51830e8fb162d3b2f7f5b3eb196b63f075b6c2.tar.gz new-dotfiles-4c51830e8fb162d3b2f7f5b3eb196b63f075b6c2.zip | |
Stumpwm: Fix keybinding for closing all notifications
| -rw-r--r-- | oni/home/services/stumpwm/stumpwm.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oni/home/services/stumpwm/stumpwm.lisp b/oni/home/services/stumpwm/stumpwm.lisp index 9a74c10..90a97e8 100644 --- a/oni/home/services/stumpwm/stumpwm.lisp +++ b/oni/home/services/stumpwm/stumpwm.lisp @@ -129,7 +129,7 @@ after it has been unlocked." (let ((m (make-sparse-keymap))) (define-key m (kbd "RET") "exec dunstctl action") (define-key m (kbd "c") "exec dunstctl close") - (define-key m (kbd "S-c") "exec dunstctl close-all") + (define-key m (kbd "C") "exec dunstctl close-all") (define-key m (kbd "SPC") "exec dunstctl context") (define-key m (kbd ",") "exec dunstctl history-pop") (define-key m (kbd "p") "exec dunstctl set-paused toggle") |
