You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
configs/dot.config/sway/config.d/50-rules-pavucontrol.conf

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
}