Reduce width of fuzzel for laptop screens

This commit is contained in:
Evie Litherland-Smith 2024-12-13 07:23:27 +00:00
parent a30c70e29b
commit 3cab9dbd4a

View file

@ -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";
};