From fbbe51a2d47b92a406120cb308913259abf36bf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 27 Oct 2019 21:46:08 +0100 Subject: i3: modify for_window --- config/i3/config | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/config/i3/config b/config/i3/config index e250157..8e423b2 100644 --- a/config/i3/config +++ b/config/i3/config @@ -100,9 +100,6 @@ bindsym $mod+Shift+0 move container to workspace 10 bindsym $mod+Shift+grave move container to workspace web bindsym $mod+Shift+underscore move container to workspace t -# Set Pidgin to scratchpad -for_window [class="Pidgin"] move scratchpad - # reload the configuration file bindsym $mod+Shift+c reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) @@ -189,6 +186,12 @@ bar { tray_output primary } + +# Set Pidgin to scratchpad +for_window [class="Pidgin"] move scratchpad +# GnomePie floating +for_window[class="gnome-pie"] floating enable border pixel + # Start daemons exec --no-startup-id ibus-daemon -drx exec --no-startup-id xss-lock -- myi3lock -- cgit v1.2.3