25 lines
414 B
Plaintext
25 lines
414 B
Plaintext
# Network Manager editor
|
|
windowrule {
|
|
match:class nm-connection-editor
|
|
float
|
|
move cursor
|
|
size 900 700
|
|
}
|
|
|
|
# PulseAudio Volume Control
|
|
windowrule {
|
|
match:class org.pulseaudio.pavucontrol
|
|
float
|
|
move cursor
|
|
size 900 700
|
|
}
|
|
|
|
|
|
# Blueman Manager
|
|
windowrule {
|
|
match:class .blueman-manager-wrapped
|
|
float
|
|
move cursor
|
|
size 900 700
|
|
}
|