diff --git a/.config/i3/config b/.config/i3/config index 90323e2..4ada9db 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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]] diff --git a/Desktop.org b/Desktop.org index b10c4e7..56e8195 100644 --- a/Desktop.org +++ b/Desktop.org @@ -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]].