diff options
author | Camil Staps | 2025-03-27 11:03:04 +0100 |
---|---|---|
committer | Camil Staps | 2025-03-27 11:03:04 +0100 |
commit | 579ef66eb288e5a4fdbb1e6b22ae87b3d5d69f92 (patch) | |
tree | 2f7f5ef5ec3aeb047ff27d1ec87f0df442db8194 | |
parent | Add fonts (diff) |
Open zoom as floating because it uses popups
-rw-r--r-- | i3/.i3/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/i3/.i3/config b/i3/.i3/config index c2c6bd0..ac7186e 100644 --- a/i3/.i3/config +++ b/i3/.i3/config @@ -16,6 +16,9 @@ assign [class="Firefox"] 1 assign [class="thunderbird"] 10 assign [class="Zotero"] 3 +# Zoom uses lots of pop-ups +for_window [class="zoom"] floating enable + # Menus bindsym $mod+d exec dmenu_run -i -fn 'DejaVu Sans' bindsym $mod+p exec passmenu -i -l 20 -fn 'DejaVu Sans' |