From 89dd4f17959ddd8ea930595cee7ba042beb1b6d9 Mon Sep 17 00:00:00 2001 From: finga Date: Thu, 14 Sep 2023 14:57:51 +0200 Subject: [PATCH] dunst: Change keybinding to pop msg from history Use $mod+comma instead of $mod+grave to pop messages from the history. --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index b79f70c..392f125 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -168,7 +168,7 @@ bindsym XF86AudioStop exec --no-startup-id mpc stop # dunst control bindsym $mod+period exec dunstctl close bindsym $mod+Shift+period exec dunstctl close-all -bindsym $mod+grave exec dunstctl history-pop +bindsym $mod+comma exec dunstctl history-pop # open login screen on another vt (virtual terminal) bindsym $mod+Shift+XF86HomePage exec "dm-tool switch-to-greeter"