diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/i3/config | 9 |
1 files 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 |