mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-22 13:35:57 +01:00
added some example rules to the new rules
This commit is contained in:
parent
ef2549f530
commit
0809e8940d
1 changed files with 4 additions and 1 deletions
|
@ -54,10 +54,13 @@ Animations {
|
||||||
borders=0
|
borders=0
|
||||||
}
|
}
|
||||||
|
|
||||||
# window rules
|
# example window rules
|
||||||
windowrule=float,class:krunner
|
windowrule=float,class:krunner
|
||||||
windowrule=float,role:pop-up
|
windowrule=float,role:pop-up
|
||||||
windowrule=float,role:task_dialog
|
windowrule=float,role:task_dialog
|
||||||
|
windowrule=monitor 0,class:krunner
|
||||||
|
windowrule=size 500 50,class:krunner
|
||||||
|
windowrule=move 700 500,class:krunner
|
||||||
|
|
||||||
# keybinds
|
# keybinds
|
||||||
bind=SUPER,R,exec,dmenu_run
|
bind=SUPER,R,exec,dmenu_run
|
||||||
|
|
Loading…
Reference in a new issue