fix(desktop): fix GTK file chooser size

This commit is contained in:
Pavel Korytov 2021-08-05 17:03:15 +03:00
parent 0e769a951f
commit 79e8952950
2 changed files with 4 additions and 0 deletions

View file

@ -160,6 +160,8 @@ for_window [title="newsboat.*"] move to workspace $w9
for_window [title=".*run_wego"] move to workspace $w9
for_window [class="cinnamon-settings*"] floating enable
for_window [title="Picture-in-Picture"] sticky enable
for_window [window_role="GtkFileChooserDialog"] resize set width 1000 px height 800 px
for_window [window_role="GtkFileChooserDialog"] move position center
# Rules:1 ends here
# [[file:../../Desktop.org::*i3 config][i3 config:1]]

View file

@ -431,6 +431,8 @@ for_window [title="newsboat.*"] move to workspace $w9
for_window [title=".*run_wego"] move to workspace $w9
for_window [class="cinnamon-settings*"] floating enable
for_window [title="Picture-in-Picture"] sticky enable
for_window [window_role="GtkFileChooserDialog"] resize set width 1000 px height 800 px
for_window [window_role="GtkFileChooserDialog"] move position center
#+end_src
** Scratchpad
Scratch terminal, inspired by [[https://www.youtube.com/watch?v=q-l7DnDbiiU][this Luke Smith's video]].