foot: init
This commit is contained in:
parent
e2ddc10b22
commit
a1c38f605d
2 changed files with 23 additions and 0 deletions
19
config/foot/foot.ini
Normal file
19
config/foot/foot.ini
Normal file
|
@ -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
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue