mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
fix(desktop): fix GTK file chooser size
This commit is contained in:
parent
0e769a951f
commit
79e8952950
2 changed files with 4 additions and 0 deletions
|
|
@ -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]]
|
||||
|
|
|
|||
|
|
@ -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]].
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue