refactor: splitted sway config
This commit is contained in:
12
.config/sway/config.d/50-rules-pavucontrol.conf
Normal file
12
.config/sway/config.d/50-rules-pavucontrol.conf
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user