diff options
author | Matthew Lemon <y@yulqen.org> | 2024-12-07 19:04:03 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-12-07 19:04:03 +0000 |
commit | d0a3815356572d0ce9f485a6e71f8ee15ccf3b4e (patch) | |
tree | 5c18b7c8d38c6e21c17e4e77c5882305b59fcf74 | |
parent | 226ebb7579dd2904c038a7941c02874f50bc11a1 (diff) |
Deals with floating windows in i3 - for some applications anyway
-rw-r--r-- | i3-config | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -70,6 +70,7 @@ floating_modifier $mod exec --no-startup-id /home/lemon/.screenlayout/desktop_layout_debian.sh #exec --no-startup-id /usr/bin/clipit #exec --no-startup-id /usr/bin/redshift-gtk +exec --no-startup-id redshift -l 55.7700075:2.0043285 -t 6500:3600 -m randr exec --no-startup-id /usr/bin/xfce4-clipman #exec --no-startup-id /usr/bin/gajim #exec --no-startup-id /usr/bin/copyq @@ -297,6 +298,11 @@ bindsym $mod+r mode "resize" #} # +for_window [window_role="app.element.io"] floating enable +for_window [class="app.element.io"] floating enable +for_window [title="app.element.io"] floating enable +for_window [class="firefox-esr" instance="Alert" window_role="alert"] floating enable + bar { status_command i3status position bottom |