mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-13 19:54:21 +02:00
i3: border pixel 0 → border none
This commit is contained in:
parent
4eabf96f1f
commit
538d9261fd
1 changed files with 4 additions and 4 deletions
8
config
8
config
|
@ -151,17 +151,17 @@ 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 0, sticky enable, move position 10 ppt -5 px
|
for_window [floating_from="auto" title="Firefox — Sharing Indicator"] border none, 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 0, sticky enable, move position 10 ppt -5 px
|
for_window [floating_from="auto" title=" is sharing your screen.$"] border none, 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 0, sticky enable, move position 10 ppt -5 px
|
for_window [floating_from="auto" title="Screen Sharing Tracker" instance="jitsi meet"] border none, 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
|
||||||
for_window [class="^zoom(\.|$)" instance="zoom(\.|$)" title="^zoom$"] floating enable, border pixel 0
|
for_window [class="^zoom(\.|$)" instance="zoom(\.|$)" title="^zoom$"] floating enable, border none
|
||||||
no_focus [class="^zoom(\.|$)" instance="zoom(\.|$)" title="^zoom$"]
|
no_focus [class="^zoom(\.|$)" instance="zoom(\.|$)" title="^zoom$"]
|
||||||
|
|
||||||
# start stuff
|
# start stuff
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue