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'