From ef34627bd27a2f8849cf65a10845608e13ac8291 Mon Sep 17 00:00:00 2001 From: Bit Borealis Date: Wed, 2 Aug 2023 13:59:05 +0000 Subject: [PATCH] add resize to fix cursor --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 035ac63..1a00fd0 100644 --- a/home.nix +++ b/home.nix @@ -270,7 +270,7 @@ return { font_size = 12.0, color_scheme = "Tomorrow Night", hide_mouse_cursor_when_typing = false, - window_decorations = "INTEGRATED_BUTTONS", + window_decorations = "INTEGRATED_BUTTONS | RESIZE", } ''; };