From 9f710b8254a86f709cbc2c6a040b263b9a7c79a2 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Fri, 9 Sep 2022 13:23:24 +0200 Subject: [PATCH] Update dot_config/i3/config --- dot_config/i3/config | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dot_config/i3/config b/dot_config/i3/config index ea8637b..4f3c7a8 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config @@ -229,11 +229,10 @@ mode "resize" { bindsym $mod+r mode "resize" -set $mode_notification Notification (q: close, c: close_all, h: history, a: context) +set $mode_notification Notification (q: close, c: close-all, a: context) mode "$mode_notification" { bindsym q mode "default", exec dunstctl close - bindsym c mode "default", exec dunstctl close_all - bindsym h mode "default", exec dunstctl history + bindsym c mode "default", exec dunstctl close-all bindsym a mode "default", exec dunstctl context } bindsym $mod+n mode "$mode_notification" @@ -277,7 +276,7 @@ default_floating_border pixel 4 # set floating (nontiling)for apps needing it: -for_window [class="Galculator" instance="galculator"] floating enable +for_window [class="scrcpy"] floating enable # Enable gnome keyring exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=gpg