From fa7d1a4f2626f814b20ed65f44954ddb085ace19 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Tue, 1 Aug 2023 01:36:50 -0700 Subject: [PATCH] Update hy3, enable autotiling --- flake.lock | 6 +++--- modules/hyprland/hyprland.conf | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 0363ac5..2372676 100644 --- a/flake.lock +++ b/flake.lock @@ -150,11 +150,11 @@ ] }, "locked": { - "lastModified": 1690625315, - "narHash": "sha256-PYPFgBG0qVBiqKtkWtP3ZLRDt+3Sn7o0NNS4ZLoq5W4=", + "lastModified": 1690876856, + "narHash": "sha256-bphoGidpWhb/z7GOb4jkBBzcwERef9lPyjOjdyApVnE=", "owner": "outfoxxed", "repo": "hy3", - "rev": "84317d3d2a186450f811b2ea8b48918a1b63ade5", + "rev": "22a65c169c507994827bf15c6fee63a9d5d607a0", "type": "github" }, "original": { diff --git a/modules/hyprland/hyprland.conf b/modules/hyprland/hyprland.conf index d39827a..e1393d0 100644 --- a/modules/hyprland/hyprland.conf +++ b/modules/hyprland/hyprland.conf @@ -70,6 +70,12 @@ plugin { padding = 8 render_text = false } + + autotile { + enable = true + trigger_width = 500 + trigger_height = 500 + } } }