commit bc5b12691b56a417d9f8fe09bc189253c120bafb parent 9ddf765a03fae63892644d11bb48112daeaf528a Author: Luke Smith <luke@lukesmith.xyz> Date: Sat, 26 Jan 2019 18:13:48 -0500 gtk choose sensible size Diffstat:
M | .config/i3/config | | | 5 | ++--- |
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git 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.