From bc5b12691b56a417d9f8fe09bc189253c120bafb Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 26 Jan 2019 18:13:48 -0500 Subject: [PATCH] gtk choose sensible size --- .config/i3/config | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index dfdf1e1..1e761d7 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -267,11 +267,10 @@ bindsym $mod+Shift+0 move container to workspace $ws10 for_window [class="Pinentry"] sticky enable for_window [class="sent"] border pixel 0px -for_window [class="Blender"] move to workspace $ws6 -for_window [class="marble"] move to workspace $ws7 for_window [title="GIMP Startup"] move workspace $ws5 for_window [class="Gimp"] move workspace $ws5 -for_window [window_role="GtkFileChooserDialog"] resize shrink height 10 px +for_window [window_role="GtkFileChooserDialog"] resize set 800 600 +for_window [window_role="GtkFileChooserDialog"] move position center for_window [title="Default - Wine desktop"] floating enable # Bindings to make the webcam float and stick.