mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-21 09:35:40 +02:00
i3: restrict rules for Chromium/Firefox sharing indicator to floating windows
This seems safer.
This commit is contained in:
parent
effdf7dd95
commit
ac47c8be9c
1 changed files with 4 additions and 4 deletions
8
config
8
config
|
@ -151,11 +151,11 @@ for_window [class="Shadow"] fullscreen enable
|
||||||
for_window [window_role="PictureInPicture"] floating enable
|
for_window [window_role="PictureInPicture"] floating enable
|
||||||
for_window [class="Pavucontrol"] floating enable
|
for_window [class="Pavucontrol"] floating enable
|
||||||
# Firefox sharing indicator
|
# Firefox sharing indicator
|
||||||
for_window [title="Firefox — Sharing Indicator"] border pixel 1, sticky enable, move position 20 ppt -5 px
|
for_window [floating_from="auto" title="Firefox — Sharing Indicator"] border pixel 1, sticky enable, move position 20 ppt -5 px
|
||||||
no_focus [title="Firefox — Sharing Indicator"]
|
no_focus [floating_from="auto" title="Firefox — Sharing Indicator"]
|
||||||
# Chromium sharing indicator
|
# Chromium sharing indicator
|
||||||
for_window [title=" is sharing your screen.$"] border pixel 1, sticky enable, move position 20 ppt -5 px
|
for_window [floating_from="auto" title=" is sharing your screen.$"] border pixel 1, sticky enable, move position 20 ppt -5 px
|
||||||
no_focus [title=" is sharing your screen.$"]
|
no_focus [floating_from="auto" title=" is sharing your screen.$"]
|
||||||
# Zoom random rules
|
# Zoom random rules
|
||||||
for_window [class="zoom" instance="zoom" title="^Zoom"] floating disable, border pixel $borderpx
|
for_window [class="zoom" instance="zoom" title="^Zoom"] floating disable, border pixel $borderpx
|
||||||
for_window [class="zoom" instance="zoom" title="^zoom$"] floating enable, border pixel 0
|
for_window [class="zoom" instance="zoom" title="^zoom$"] floating enable, border pixel 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue