mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-27 23:35:58 +01:00
comment out example config window rules
This commit is contained in:
parent
b52e6ea055
commit
245712664e
1 changed files with 9 additions and 8 deletions
|
@ -62,14 +62,15 @@ Animations {
|
||||||
workspaces=0 # not really recommended
|
workspaces=0 # not really recommended
|
||||||
}
|
}
|
||||||
|
|
||||||
# example window rules
|
# example window rules, more in the wiki
|
||||||
windowrule=float,class:krunner
|
|
||||||
windowrule=float,role:pop-up
|
# windowrule=float,class:krunner
|
||||||
windowrule=float,role:task_dialog
|
# windowrule=float,role:pop-up
|
||||||
windowrule=monitor 0,class:krunner
|
# windowrule=float,role:task_dialog
|
||||||
windowrule=size 500 50,class:krunner
|
# windowrule=monitor 0,class:krunner
|
||||||
windowrule=move 700 500,class:krunner
|
# windowrule=size 500 50,class:krunner
|
||||||
windowrule=pseudo,class:discord
|
# windowrule=move 700 500,class:krunner
|
||||||
|
# windowrule=pseudo,class:discord
|
||||||
|
|
||||||
# keybinds
|
# keybinds
|
||||||
bind=SUPER,R,exec,dmenu_run
|
bind=SUPER,R,exec,dmenu_run
|
||||||
|
|
Loading…
Reference in a new issue