sway: enable floating for pavucontrol window
This commit is contained in:
parent
967a54323c
commit
2ae27356aa
1 changed files with 12 additions and 0 deletions
12
sway/config.d/50-rules-pavucontrol.conf
Normal file
12
sway/config.d/50-rules-pavucontrol.conf
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Display PulseAudio volume control application (both GTK and Qt varieties)
|
||||
# as a floating window.
|
||||
|
||||
for_window [app_id="pavucontrol"] {
|
||||
floating enable
|
||||
move position center
|
||||
}
|
||||
|
||||
for_window [app_id="pavucontrol-qt"] {
|
||||
floating enable
|
||||
move position center
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue