launcher windows now center on cursor location

main
The_miro 2026-02-11 15:18:10 +01:00
parent 53afafe528
commit d0d8082003
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ windowrule {
no_shadow = on no_shadow = on
no_blur = on no_blur = on
border_size = 0 border_size = 0
move = (cursor_x-50) (cursor_y-50) move = (cursor_x-(window_w/2)) (cursor_y-(window_h/2))
} }
windowrule { windowrule {