diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-01-26 18:13:48 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-01-26 18:13:48 -0500 |
| commit | bc5b12691b56a417d9f8fe09bc189253c120bafb (patch) | |
| tree | 1ca3f4459a9028409125050b7c132edb9a611ea3 /.config/i3/config | |
| parent | 9ddf765a03fae63892644d11bb48112daeaf528a (diff) | |
| download | eibhear-bc5b12691b56a417d9f8fe09bc189253c120bafb.tar.gz eibhear-bc5b12691b56a417d9f8fe09bc189253c120bafb.tar.zst eibhear-bc5b12691b56a417d9f8fe09bc189253c120bafb.zip | |
gtk choose sensible size
Diffstat (limited to '.config/i3/config')
| -rw-r--r-- | .config/i3/config | 5 |
1 files 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. |
