28 lines
589 B
Plaintext
28 lines
589 B
Plaintext
# Network Manager editor
|
|
windowrule {
|
|
name = Network-Manager-editor
|
|
match:class = nm-connection-editor
|
|
float = on
|
|
move = move onscreen 100%-w 0
|
|
size = 900 700
|
|
}
|
|
|
|
# PulseAudio Volume Control
|
|
windowrule {
|
|
name = pavucontrol
|
|
match:class = org.pulseaudio.pavucontrol
|
|
float = on
|
|
move = move onscreen 100%-w 0
|
|
size = 900 700
|
|
}
|
|
|
|
|
|
# Blueman Manager
|
|
windowrule {
|
|
name = blueman
|
|
match:class = .blueman-manager-wrapped
|
|
float = on
|
|
move = move onscreen 100%-w 0
|
|
size = 900 700
|
|
}
|