diff options
author | Yigit Sever | 2021-10-18 09:39:31 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-18 09:39:31 +0300 |
commit | 0b18a06d90605d7f3a0498b73130f06f04214e42 (patch) | |
tree | 6feae754a64f7ef567935a33e78bc99db7d0d9cf /.config/i3/config##h.luchs | |
parent | 168991b94ba2e828218168db584a35a32c3ea6c6 (diff) | |
download | dotfiles-0b18a06d90605d7f3a0498b73130f06f04214e42.tar.gz dotfiles-0b18a06d90605d7f3a0498b73130f06f04214e42.tar.bz2 dotfiles-0b18a06d90605d7f3a0498b73130f06f04214e42.zip |
i3, luchs: remove titlebar from floating windows
Diffstat (limited to '.config/i3/config##h.luchs')
-rw-r--r-- | .config/i3/config##h.luchs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/i3/config##h.luchs b/.config/i3/config##h.luchs index 2f2ce15..319844a 100644 --- a/.config/i3/config##h.luchs +++ b/.config/i3/config##h.luchs | |||
@@ -194,7 +194,8 @@ bindcode $mod+Shift+54 reload | |||
194 | # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) | 194 | # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) |
195 | bindcode $mod+Shift+27 restart | 195 | bindcode $mod+Shift+27 restart |
196 | 196 | ||
197 | default_border pixel 2 | 197 | default_border pixel 0 |
198 | default_floating_border pixel 0 | ||
198 | for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable | 199 | for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable |
199 | for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable | 200 | for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable |
200 | for_window [class="Zotero" window_role="pref"] floating enable | 201 | for_window [class="Zotero" window_role="pref"] floating enable |