launcher windows now center on cursor location
parent
53afafe528
commit
d0d8082003
|
|
@ -33,7 +33,7 @@ windowrule {
|
|||
no_shadow = on
|
||||
no_blur = on
|
||||
border_size = 0
|
||||
move = (cursor_x-50) (cursor_y-50)
|
||||
move = (cursor_x-(window_w/2)) (cursor_y-(window_h/2))
|
||||
}
|
||||
|
||||
windowrule {
|
||||
|
|
|
|||
Loading…
Reference in New Issue