foot: settings changes
This commit is contained in:
parent
ce3034b036
commit
d2be95447f
1 changed files with 12 additions and 25 deletions
|
@ -17,28 +17,18 @@ in {
|
||||||
package = pkgs.foot;
|
package = pkgs.foot;
|
||||||
settings = {
|
settings = {
|
||||||
main = {
|
main = {
|
||||||
term = "foot";
|
term = "xterm-256color";
|
||||||
app-id = "foot";
|
app-id = "foot";
|
||||||
title = "foot";
|
title = "foot";
|
||||||
locked-title = "no";
|
locked-title = "no";
|
||||||
|
shell = "fish";
|
||||||
|
|
||||||
font = "ComicShannsMono Nerd Font:size=14";
|
font = "Iosevka Nerd Font:size=14";
|
||||||
|
font-bold = "Iosevka Nerd Font:size=14";
|
||||||
|
|
||||||
# line-height = 20;
|
dpi-aware = false;
|
||||||
letter-spacing = 0;
|
|
||||||
horizontal-letter-offset = 0;
|
|
||||||
vertical-letter-offset = -0.75;
|
|
||||||
box-drawings-uses-font-glyphs = "no";
|
|
||||||
dpi-aware = "no";
|
|
||||||
|
|
||||||
initial-window-size-chars = "104x36";
|
pad = "0x0 center";
|
||||||
initial-window-mode = "windowed";
|
|
||||||
pad = "5x5 center";
|
|
||||||
resize-delay-ms = 100;
|
|
||||||
|
|
||||||
bold-text-in-bright = "no";
|
|
||||||
word-delimiters = '',│`|:"'()[]{}<>'';
|
|
||||||
selection-target = "primary";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
desktop-notifications.command = "${pkgs.libnotify}/bin/notify-send -a \${app-id} -i \${app-id} \${title} \${body}";
|
desktop-notifications.command = "${pkgs.libnotify}/bin/notify-send -a \${app-id} -i \${app-id} \${title} \${body}";
|
||||||
|
@ -51,7 +41,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
scrollback = {
|
scrollback = {
|
||||||
lines = 100000;
|
lines = 10000;
|
||||||
multiplier = 10.0;
|
multiplier = 10.0;
|
||||||
indicator-position = "relative";
|
indicator-position = "relative";
|
||||||
indicator-format = "line";
|
indicator-format = "line";
|
||||||
|
@ -66,22 +56,19 @@ in {
|
||||||
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.,~:;/?#@!$&%*+="'()[]'';
|
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.,~:;/?#@!$&%*+="'()[]'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
tweak = {
|
||||||
|
font-monospace-warn = "no";
|
||||||
|
sixel = "yes";
|
||||||
|
};
|
||||||
cursor = {
|
cursor = {
|
||||||
style = "beam";
|
style = "beam";
|
||||||
blink = "true";
|
blink = "true";
|
||||||
};
|
};
|
||||||
|
|
||||||
mouse = {
|
mouse = {
|
||||||
hide-when-typing = "yes"; # not really needed since we already enable this in Hyprland
|
hide-when-typing = "yes"; # not really needed since we already enable this in Hyprland.
|
||||||
alternate-scroll-mode = "yes";
|
alternate-scroll-mode = "yes";
|
||||||
};
|
};
|
||||||
|
|
||||||
csd = {preferred = "server";};
|
|
||||||
|
|
||||||
key-bindings = {
|
|
||||||
show-urls-launch = "Control+Shift+u";
|
|
||||||
unicode-input = "Control+Shift+i";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue