configs/dot.config/sway/config.d/50-rules-pavucontrol.conf

12 lines
271 B
Text

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