This commit is contained in:
Till 2023-05-27 02:06:44 +02:00
parent eab430dee2
commit c9e4ae20f0
7 changed files with 69 additions and 40 deletions

View file

@ -4,16 +4,18 @@
programs.foot = {
enable = true;
settings = {
shell = "/home/till/.nix-profile/bin/fish -c 'tmux attach || tmux'";
pad = "20x20";
font = "JetBrains Mono:size=9";
initial-window-mode = "maximized";
line-height = "11.3";
dpi-aware = "yes";
main = {
shell = "/home/till/.nix-profile/bin/fish -c 'tmux attach || tmux'";
pad = "20x20";
font = "JetBrains Mono:size=9";
initial-window-mode = "maximized";
line-height = "11.3";
dpi-aware = true;
};
mouse.hide-when-typing = "yes";
cursor = {
style = "beam";
blink = "yes";
blink = true;
color = "eeeeee 1c1c1c";
};
csd.size = "0";
@ -42,5 +44,6 @@
show-urls-launch = "Control+Shift+g";
show-urls-copy = "Control+Shift+y";
};
};
};
}