28 lines
658 B
Plaintext
28 lines
658 B
Plaintext
# Network Manager editor
|
|
windowrule {
|
|
name = Network-Manager-editor
|
|
match:class = nm-connection-editor
|
|
float on
|
|
move (cursor_x-(window_w*0.5)) (cursor_y-(window_h*0.5))
|
|
size 900 700
|
|
}
|
|
|
|
# PulseAudio Volume Control
|
|
windowrule {
|
|
name = pavucontrol
|
|
match:class = org.pulseaudio.pavucontrol
|
|
float on
|
|
move (cursor_x-(window_w*0.5)) (cursor_y-(window_h*0.5))
|
|
size 900 700
|
|
}
|
|
|
|
|
|
# Blueman Manager
|
|
windowrule {
|
|
name = blueman
|
|
match:class = .blueman-manager-wrapped
|
|
float on
|
|
move (cursor_x-(window_w*0.5)) (cursor_y-(window_h*0.5))
|
|
size 900 700
|
|
}
|