diff options
author | vaxerski <[email protected]> | 2022-03-24 18:22:01 +0100 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-03-24 18:22:01 +0100 |
commit | ccbc0e4a2e4b1bcd9966b59edfbb0aaf6c27a52d (patch) | |
tree | b4e80c8112416a408576d47ad7a7da2cfc4f66c9 /example/hyprland.conf | |
parent | 8cec07c39d17472a93c383683ca5c49f0119be77 (diff) | |
download | Hyprland-ccbc0e4a2e4b1bcd9966b59edfbb0aaf6c27a52d.tar.gz Hyprland-ccbc0e4a2e4b1bcd9966b59edfbb0aaf6c27a52d.zip |
Added window rules
Diffstat (limited to 'example/hyprland.conf')
-rw-r--r-- | example/hyprland.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/example/hyprland.conf b/example/hyprland.conf index f2479eb8..524ac94b 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -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 |