From f45e637016cabda667a5c88496882ca156c0b915 Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas <90510078+joelmathewthomas@users.noreply.github.com> Date: Sun, 27 Oct 2024 22:51:13 +0530 Subject: [PATCH] resize window on border --- .config/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 2db7ee1..b650a78 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -75,7 +75,7 @@ general { col.active_border = rgba(33ccffee) col.inactive_border = rgba(595959aa) layout = dwindle - + resize_on_border = true # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on allow_tearing = true }