diff --git a/config/foot/foot.ini b/config/foot/foot.ini new file mode 100644 index 0000000..7f62971 --- /dev/null +++ b/config/foot/foot.ini @@ -0,0 +1,19 @@ +# -*- conf -*- + +font=monospace:size=10 + +[colors] + alpha = .65 + foreground=dcdccc + background=393052 + +[cursor] + color=111111 dcdccc + +[key-bindings] + spawn-terminal=Control+Shift+n + +# Fixes the SHIFT+ENTER escape sequence from showing +# Git Issue: https://codeberg.org/dnkl/foot/issues/1358 +[text-bindings] + \x0d = Control+Return Shift+Return Control+Shift+Return diff --git a/users/stitchynyan/home.nix b/users/stitchynyan/home.nix index b30008d..19d7638 100644 --- a/users/stitchynyan/home.nix +++ b/users/stitchynyan/home.nix @@ -94,6 +94,10 @@ in source = config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/eww"; recursive = true; }; + "foot" = { + source = config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/foot"; + recursive = true; + }; "hypr" = { source = config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/hypr"; recursive = true;