From 967bf6ad82ddb531814ccb07092beb11b7447d9a Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Thu, 3 Nov 2022 18:06:23 +0100 Subject: [PATCH] Change dunstctl bindings --- .config/i3/config_common | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/i3/config_common b/.config/i3/config_common index 37187b7..30b2a8f 100644 --- a/.config/i3/config_common +++ b/.config/i3/config_common @@ -211,9 +211,9 @@ bindsym $mod+r mode "$resize_mode" # BINDINGS FOR NOTIFICATIONS ################################## -bindsym Control+space exec dunstctl close -bindsym Control+$mod+space exec dunstctl history-pop -bindsym Control+$mod+g exec dunstctl context +bindsym Shift+space exec dunstctl close +bindsym Shift+$mod+space exec dunstctl history-pop +bindsym Shift+$mod+g exec dunstctl context ################################## # OPERATIONS FOR SPECIFIC WINDOWS