diff options
author | xengineering <me@xengineering.eu> | 2022-12-01 17:29:55 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-12-01 17:29:55 +0100 |
commit | 439a8450e4d6ce0314030116c58a45d6f277d6c5 (patch) | |
tree | 4ce73f1fb7a9d7328c756d8dfa1d7068e630c9b2 | |
parent | 5aa5cd03d9df9cd8023c0c0af7cfd17e4b8f1755 (diff) | |
download | dotfiles-439a8450e4d6ce0314030116c58a45d6f277d6c5.tar dotfiles-439a8450e4d6ce0314030116c58a45d6f277d6c5.tar.zst dotfiles-439a8450e4d6ce0314030116c58a45d6f277d6c5.zip |
Add foot configuration
foot is now my default terminal emulator on Wayland. Thus I need a
config for it which suits my preferences.
-rw-r--r-- | .config/foot/foot.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini new file mode 100644 index 0000000..b0c6525 --- /dev/null +++ b/.config/foot/foot.ini @@ -0,0 +1,6 @@ +font=monospace:size=14 +dpi-aware=no + +[colors] +alpha=0.85 +background=1d1f21 |