13 lines
271 B
Text
13 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
|
||
|
}
|