mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-21 01:25:42 +02:00
i3: Firefox WebRTC indicator has lost its role, match on title
This commit is contained in:
parent
78378278c3
commit
352c40f264
1 changed files with 1 additions and 1 deletions
2
config
2
config
|
@ -165,7 +165,7 @@ no_focus [window_type="splash"]
|
||||||
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 [class="Spotify"] move to workspace number 3
|
for_window [class="Spotify"] move to workspace number 3
|
||||||
for_window [window_role="WebRTCGlobalIndicator"] 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
|
||||||
|
|
||||||
# Start stuff
|
# Start stuff
|
||||||
exec_always --no-startup-id exec systemctl --user start --no-block i3-session.target
|
exec_always --no-startup-id exec systemctl --user start --no-block i3-session.target
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue