mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 11:48:33 +02:00
i3: do not try to fix borders for floating windows
They are more likely to be a special case and usually, this is not the way regular apps are run.
This commit is contained in:
parent
2aaca78c3b
commit
546ff41ed2
1 changed files with 0 additions and 1 deletions
1
config
1
config
|
@ -150,7 +150,6 @@ bindsym $mod+Shift+i nop "workspace-info"
|
||||||
# Random rules
|
# Random rules
|
||||||
no_focus [window_type="splash"]
|
no_focus [window_type="splash"]
|
||||||
for_window [tiling] border pixel 3
|
for_window [tiling] border pixel 3
|
||||||
for_window [floating] border pixel 3
|
|
||||||
for_window [class="Shadow"] fullscreen enable
|
for_window [class="Shadow"] fullscreen enable
|
||||||
for_window [window_role="PictureInPicture"] floating enable
|
for_window [window_role="PictureInPicture"] floating enable
|
||||||
for_window [title="Firefox — Sharing Indicator"] border none, sticky enable, move position 20 ppt -5 px
|
for_window [title="Firefox — Sharing Indicator"] border none, sticky enable, move position 20 ppt -5 px
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue