From 4b7d381469715eb7584a13e214d0e8d6b8143af0 Mon Sep 17 00:00:00 2001 From: calyrexx Date: Sat, 11 Apr 2026 13:01:10 +0300 Subject: [PATCH] fix: update Hyprland windowrule syntax for 0.53+ fix: update Hyprland windowrule syntax for 0.53+ --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 383ec37..4999e12 100644 --- a/README.md +++ b/README.md @@ -169,8 +169,8 @@ clipse -listen exec-once = clipse -listen # run listener on startup - windowrule = match:class clipse, float true # ensure you have a floating window class set if you want this behavior - windowrule = match:class clipse, size 622 652 # set the size of the window as necessary + windowrule = float on, match:class clipse # ensure you have a floating window class set if you want this behavior + windowrule = size 622 652, match:class clipse # set the size of the window as necessary bind = SUPER, V, exec, --class clipse -e 'clipse'