i3: remove border from file sharing indicators

This commit is contained in:
Vincent Bernat 2022-05-21 10:09:06 +02:00
parent 964d2c565d
commit 9a66663445

6
config
View file

@ -151,13 +151,13 @@ 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 [floating_from="auto" title="Firefox — Sharing Indicator"] border pixel 1, sticky enable, move position 10 ppt -5 px for_window [floating_from="auto" title="Firefox — Sharing Indicator"] border pixel 0, sticky enable, move position 10 ppt -5 px
no_focus [floating_from="auto" title="Firefox — Sharing Indicator"] no_focus [floating_from="auto" title="Firefox — Sharing Indicator"]
# Chromium sharing indicator # Chromium sharing indicator
for_window [floating_from="auto" title=" is sharing your screen.$"] border pixel 1, sticky enable, move position 10 ppt -5 px for_window [floating_from="auto" title=" is sharing your screen.$"] border pixel 0, sticky enable, move position 10 ppt -5 px
no_focus [floating_from="auto" title=" is sharing your screen.$"] no_focus [floating_from="auto" title=" is sharing your screen.$"]
# Jitsi sharing indicator # Jitsi sharing indicator
for_window [floating_from="auto" title="Screen Sharing Tracker" instance="jitsi meet"] border pixel 1, sticky enable, move position 10 ppt -5 px for_window [floating_from="auto" title="Screen Sharing Tracker" instance="jitsi meet"] border pixel 0, sticky enable, move position 10 ppt -5 px
no_focus [floating_from="auto" title="Screen Sharing Tracker" instance="jitsi meet"] no_focus [floating_from="auto" title="Screen Sharing Tracker" instance="jitsi meet"]
# Zoom # Zoom
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