32 lines
542 B
Plaintext
32 lines
542 B
Plaintext
# Custom window with border
|
|
windowrule {
|
|
exe = my-window
|
|
border_size = 10
|
|
float = true
|
|
move = cursor
|
|
}
|
|
|
|
# Network Manager editor floating near cursor
|
|
windowrule {
|
|
exe = nm-connection-editor
|
|
float = true
|
|
move = cursor
|
|
size = 900 700
|
|
}
|
|
|
|
# PulseAudio Volume Control floating near cursor
|
|
windowrule {
|
|
exe = pavucontrol
|
|
float = true
|
|
move = cursor
|
|
size = 900 700
|
|
}
|
|
|
|
# Blueman Manager floating near cursor
|
|
windowrule {
|
|
exe = blueman-manager
|
|
float = true
|
|
move = cursor
|
|
size = 900 700
|
|
}
|