23 lines
336 B
Plaintext
23 lines
336 B
Plaintext
# Floating apps near cursor with specific size
|
|
|
|
windowrule {
|
|
exe = nm-connection-editor
|
|
float = true
|
|
move = cursor
|
|
size = 900 700
|
|
}
|
|
|
|
windowrule {
|
|
exe = pavucontrol
|
|
float = true
|
|
move = cursor
|
|
size = 900 700
|
|
}
|
|
|
|
windowrule {
|
|
exe = blueman-manager
|
|
float = true
|
|
move = cursor
|
|
size = 900 700
|
|
}
|