Files
dotfiles/.config/sway/config.d/50-rules-pavucontrol.conf
2026-01-04 13:50:29 +01:00

13 lines
271 B
Plaintext

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