update i3/config
prithugoswami prithugoswami524@gmail.com
Thu, 05 Jul 2018 22:48:41 +0530
1 files changed,
5 insertions(+),
1 deletions(-)
jump to
M
i3/config
→
i3/config
@@ -267,7 +267,7 @@ # If there are multiple scratchpad windows, this command cycles through them.
bindsym $mod+semicolon scratchpad show #}}} -## Custom Window Classes ##{{{ +## Window Criteria ##{{{ # Open specific applications in floating mode for_window [title="Screen Layout Editor"] floating enable@@ -299,6 +299,10 @@ for_window [class="Thus"] floating enable border normal
for_window [class="Timeset-gui"] floating enable border normal for_window [class="(?i)virtualbox"] floating enable border normal for_window [class="Xfburn"] floating enable + +# Resize floating file chooser +for_window [window_role="GtkFileChooserDialog"] resize set 840 580, move position center + #}}} #}}}