aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/hyprland.conf
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-03-24 18:22:01 +0100
committervaxerski <[email protected]>2022-03-24 18:22:01 +0100
commitccbc0e4a2e4b1bcd9966b59edfbb0aaf6c27a52d (patch)
treeb4e80c8112416a408576d47ad7a7da2cfc4f66c9 /example/hyprland.conf
parent8cec07c39d17472a93c383683ca5c49f0119be77 (diff)
downloadHyprland-ccbc0e4a2e4b1bcd9966b59edfbb0aaf6c27a52d.tar.gz
Hyprland-ccbc0e4a2e4b1bcd9966b59edfbb0aaf6c27a52d.zip
Added window rules
Diffstat (limited to 'example/hyprland.conf')
-rw-r--r--example/hyprland.conf16
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