From 0809e8940d7c46ba2c57f86c6bcb4adece76dfc6 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Tue, 21 Dec 2021 18:32:38 +0100 Subject: [PATCH] added some example rules to the new rules --- example/hypr.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/example/hypr.conf b/example/hypr.conf index c72f243..6171f54 100644 --- a/example/hypr.conf +++ b/example/hypr.conf @@ -54,10 +54,13 @@ Animations { borders=0 } -# window rules +# example window rules windowrule=float,class:krunner windowrule=float,role:pop-up windowrule=float,role:task_dialog +windowrule=monitor 0,class:krunner +windowrule=size 500 50,class:krunner +windowrule=move 700 500,class:krunner # keybinds bind=SUPER,R,exec,dmenu_run