Added window rules

This commit is contained in:
vaxerski 2022-03-24 18:22:01 +01:00
parent 8cec07c39d
commit ccbc0e4a2e
8 changed files with 178 additions and 11 deletions

View file

@ -18,6 +18,22 @@ general {
col.inactive_border=0x66333333
}
animations {
enabled=1
windows=1
borders=1 # not yet implemented
fadein=1 # not yet implemented
}
# example window rules
# for windows named/classed as abc and xyz
windowrule=move 69 420,abc
windowrule=size 420 69,abc
windowrule=tile,xyz
windowrule=float,abc
windowrule=monitor 0,xyz
# example binds
bind=SUPER,Q,exec,kitty
bind=SUPER,C,killactive,
bind=SUPER,M,exec,pkill Hyprland