mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 22:16:30 +00:00
Autofloat for some Firefox & zoom windows
This commit is contained in:
parent
09880a77b1
commit
a46ffe6e8a
1 changed files with 6 additions and 0 deletions
|
@ -227,6 +227,12 @@ bindsym XF86AudioRaiseVolume exec 'pactl set-sink-volume @DEFAULT_SINK@ +5%'
|
||||||
bindsym XF86AudioLowerVolume exec 'pactl set-sink-volume @DEFAULT_SINK@ -5%'
|
bindsym XF86AudioLowerVolume exec 'pactl set-sink-volume @DEFAULT_SINK@ -5%'
|
||||||
bindsym XF86AudioMute exec 'pactl set-sink-mute @DEFAULT_SINK@ toggle'
|
bindsym XF86AudioMute exec 'pactl set-sink-mute @DEFAULT_SINK@ toggle'
|
||||||
|
|
||||||
|
# automatically float windows that are intended to do so
|
||||||
|
for_window [title="Picture-in-Picture" app_id="firefox"] floating enable
|
||||||
|
for_window [title="Firefox — Sharing Indicator" app_id="firefox"] floating enable
|
||||||
|
# those frickin' zoom popups
|
||||||
|
for_window [title="zoom"] floating enable
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Status Bar:
|
# Status Bar:
|
||||||
|
|
Loading…
Reference in a new issue