all repos — dotfiles @ 92cf64994156306a0640a20d06a9ab8aba1196f2

linux dotfiles

update i3/config
prithugoswami prithugoswami524@gmail.com
Thu, 05 Jul 2018 22:48:41 +0530
commit

92cf64994156306a0640a20d06a9ab8aba1196f2

parent

abc1e458015787cc13557f84ea6931acc1269e0a

1 files changed, 5 insertions(+), 1 deletions(-)

jump to
M i3/configi3/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 + #}}} #}}}