sway: enable floating for pavucontrol window

This commit is contained in:
Aleksei Bavshin 2023-03-22 22:33:43 -07:00
commit 2ae27356aa
No known key found for this signature in database
GPG key ID: 4F071603387A382A

View 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
}