diff options
author | awy <awy@awy.one> | 2025-07-29 03:42:18 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-07-29 03:42:18 +0300 |
commit | ef6dff4cce15186a66ba34cdd7bd39958ebf7f58 (patch) | |
tree | fcfa61164ca6e79c900b5d11f6afc6b46aaccb84 /.config/foot | |
download | hyprdots-ef6dff4cce15186a66ba34cdd7bd39958ebf7f58.tar.gz |
first commit
Diffstat (limited to '.config/foot')
-rw-r--r-- | .config/foot/foot.ini | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini new file mode 100644 index 0000000..1f17ff0 --- /dev/null +++ b/.config/foot/foot.ini @@ -0,0 +1,21 @@ +include=/usr/share/foot/themes/gruvbox-dark +font=monospace:size=14 +font-size-adjustment=3 +# dpi-aware=true + +[cursor] +# style=beam + +[colors] +alpha = 0.9 + +[key-bindings] +clipboard-copy=Mod1+c +clipboard-paste=Mod1+v +scrollback-up-line=Mod1+k +scrollback-down-line=Mod1+j +font-increase=Mod1+Shift+k +font-decrease=Mod1+Shift+j +font-reset=Mod1+0 +show-urls-launch=Mod1+l +show-urls-copy=Mod1+y |