zram
This commit is contained in:
parent
eab430dee2
commit
c9e4ae20f0
7 changed files with 69 additions and 40 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue