summaryrefslogtreecommitdiffstats
path: root/.config/i3
diff options
context:
space:
mode:
authorYigit Sever2021-10-18 09:39:31 +0300
committerYigit Sever2021-10-18 09:39:31 +0300
commit0b18a06d90605d7f3a0498b73130f06f04214e42 (patch)
tree6feae754a64f7ef567935a33e78bc99db7d0d9cf /.config/i3
parent168991b94ba2e828218168db584a35a32c3ea6c6 (diff)
downloaddotfiles-0b18a06d90605d7f3a0498b73130f06f04214e42.tar.gz
dotfiles-0b18a06d90605d7f3a0498b73130f06f04214e42.tar.bz2
dotfiles-0b18a06d90605d7f3a0498b73130f06f04214e42.zip
i3, luchs: remove titlebar from floating windows
diffstat (limited to '.config/i3')
-rw-r--r--.config/i3/config##h.luchs3
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)
195bindcode $mod+Shift+27 restart 195bindcode $mod+Shift+27 restart
196 196
197default_border pixel 2 197default_border pixel 0
198default_floating_border pixel 0
198for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable 199for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable
199for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable 200for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable
200for_window [class="Zotero" window_role="pref"] floating enable 201for_window [class="Zotero" window_role="pref"] floating enable