Reduce width of fuzzel for laptop screens
This commit is contained in:
parent
a30c70e29b
commit
3cab9dbd4a
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue