foot.nix: fix configuration
This commit is contained in:
parent
d10c0d0873
commit
eb3093d462
1 changed files with 4 additions and 7 deletions
|
@ -17,10 +17,10 @@
|
||||||
title = "foot";
|
title = "foot";
|
||||||
locked-title = "no";
|
locked-title = "no";
|
||||||
|
|
||||||
# font = "valiosevka:size=14";
|
font = "valiosevka:size=14";
|
||||||
# font-bold = "valiosevka:size=14";
|
font-bold = "valiosevka:size=14";
|
||||||
font = "Iosevka Nerd Font:size=14";
|
# font = "Iosevka Nerd Font:size=14";
|
||||||
font-bold = "Iosevka Nerd Font:size=14";
|
# font-bold = "Iosevka Nerd Font:size=14";
|
||||||
|
|
||||||
line-height = 20;
|
line-height = 20;
|
||||||
letter-spacing = 0;
|
letter-spacing = 0;
|
||||||
|
@ -60,9 +60,6 @@
|
||||||
launch = "${pkgs.xdg-utils}/bin/xdg-open \${url}";
|
launch = "${pkgs.xdg-utils}/bin/xdg-open \${url}";
|
||||||
label-letters = "sadfjklewcmpgh";
|
label-letters = "sadfjklewcmpgh";
|
||||||
osc8-underline = "always";
|
osc8-underline = "always";
|
||||||
protocols = "http, https, ftp, ftps, file, gemini, gopher, irc, ircs";
|
|
||||||
uri-characters = ''
|
|
||||||
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.,~:;/?#@!$&%*+="'()[]'';
|
|
||||||
};
|
};
|
||||||
|
|
||||||
tweak = {
|
tweak = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue