mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-20 17:15:41 +02:00
i3: remove some no_focus rules
The no_focus rules are for window activation or when they request focus. This is not why we put the rules. We don't want to give them focus at all and this is not the way to do.
This commit is contained in:
parent
8ed4d6d68d
commit
a94dcb7b8a
1 changed files with 0 additions and 4 deletions
4
config
4
config
|
@ -160,17 +160,13 @@ for_window [window_role="PictureInPicture"] floating enable, resize set 1280 720
|
|||
for_window [class="pavucontrol"] floating enable
|
||||
# Firefox sharing indicator
|
||||
for_window [floating title="Firefox — Sharing Indicator"] border none, sticky enable, move position 15 ppt -5 px
|
||||
no_focus [floating title="Firefox — Sharing Indicator"]
|
||||
# Chromium sharing indicator
|
||||
for_window [floating title=" is sharing your screen.$"] border none, sticky enable, move position 15 ppt -5 px
|
||||
no_focus [floating title=" is sharing your screen.$"]
|
||||
# Jitsi sharing indicator
|
||||
for_window [floating title="Screen Sharing Tracker" instance="jitsi meet"] border none, sticky enable, move position 15 ppt -5 px
|
||||
no_focus [floating title="Screen Sharing Tracker" instance="jitsi meet"]
|
||||
# Zoom (😱?)
|
||||
for_window [class="^zoom$" title="^Zoom($|\s)"] floating disable, border pixel $borderpx
|
||||
for_window [class="^zoom$" title="^zoom"] floating enable, border none
|
||||
no_focus [class="^zoom$" title="^zoom"]
|
||||
|
||||
# start stuff
|
||||
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