Added window rules
This commit is contained in:
parent
8cec07c39d
commit
ccbc0e4a2e
8 changed files with 178 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue