From 3cab9dbd4a24567dcaed06fcbf5d12bc6901c529 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 13 Dec 2024 07:23:27 +0000 Subject: [PATCH] Reduce width of fuzzel for laptop screens --- system/home/fuzzel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/home/fuzzel.nix b/system/home/fuzzel.nix index c643e55f..14f7181f 100644 --- a/system/home/fuzzel.nix +++ b/system/home/fuzzel.nix @@ -11,7 +11,7 @@ filter-desktop = true; terminal = "${config.programs.alacritty.package}/bin/alacritty -e"; lines = 24; - width = 80; + width = 60; tabs = 4; layer = "overlay"; };