From 4c51830e8fb162d3b2f7f5b3eb196b63f075b6c2 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 21 Jun 2025 08:50:02 -0700 Subject: Stumpwm: Fix keybinding for closing all notifications --- oni/home/services/stumpwm/stumpwm.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.3-2-g0d8e