feat: improve foot settings

nixos
Moritz Böhme 2024-03-24 13:20:14 +01:00
parent c02b5c01e5
commit 67a019f76b
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
2 changed files with 5 additions and 3 deletions

View File

@ -20,8 +20,10 @@ in
settings = {
main = {
term = "xterm-256color";
font = "FiraCode Nerd Font:size=8";
dpi-aware = true;
font = "FiraCode Nerd Font:size=10";
};
colors = {
alpha = 0.98;
};
};
};

View File

@ -73,7 +73,7 @@ in
map = {
normal = {
"Super Q" = "close";
"Super Return" = "spawn footclient";
"Super Return" = ''spawn "systemctl --user is-active --quiet foot && footclient --no-wait || foot"'';
"Super+Shift Return" = "spawn foot";
"Super R" = ''spawn 'exec $(tofi-run --fuzzy-match=true)' '';
};