From a1c38f605d4b980d03ca6f8aefc101c0aef9db04 Mon Sep 17 00:00:00 2001 From: stitchy Date: Fri, 6 Dec 2024 09:29:10 +0000 Subject: [PATCH] foot: init --- config/foot/foot.ini | 19 +++++++++++++++++++ users/stitchynyan/home.nix | 4 ++++ 2 files changed, 23 insertions(+) create mode 100644 config/foot/foot.ini 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;