From c3bf62e3ed73ae1d318e87f3a529794d01b15e1f 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 4d88917..be6afd9 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -174,7 +174,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"