mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-21 09:35:40 +02:00
i3: limit initial size of PiP in Firefox
This commit is contained in:
parent
3ec542813d
commit
7a6843b27e
1 changed files with 1 additions and 1 deletions
2
config
2
config
|
@ -155,7 +155,7 @@ no_focus [window_type="splash"]
|
||||||
for_window [tiling] border pixel $borderpx
|
for_window [tiling] border pixel $borderpx
|
||||||
for_window [class="Nm-connection-editor"] floating enable
|
for_window [class="Nm-connection-editor"] floating enable
|
||||||
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, resize set 1280 720
|
||||||
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 none, sticky enable, move position 30 ppt -5 px
|
for_window [floating_from="auto" title="Firefox — Sharing Indicator"] border none, sticky enable, move position 30 ppt -5 px
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue