diff options
author | xengineering <me@xengineering.eu> | 2023-02-06 20:22:51 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-02-06 20:56:54 +0100 |
commit | 19de43cb6ab28a95e8d7f9c2144386dac4ad42be (patch) | |
tree | 7f075405f74769f4a35e8bcda887510cac619971 /foot/foot.ini | |
parent | 1974e434f8a6b36bd0998a7f124cd921c88eb393 (diff) | |
download | dotfiles-19de43cb6ab28a95e8d7f9c2144386dac4ad42be.tar dotfiles-19de43cb6ab28a95e8d7f9c2144386dac4ad42be.tar.zst dotfiles-19de43cb6ab28a95e8d7f9c2144386dac4ad42be.zip |
Relocate dotfiles in XDG config home
This make ~/.config a simple Git repository instead of the handling with
worktrees and bare repositories which is too complex.
Diffstat (limited to 'foot/foot.ini')
-rw-r--r-- | foot/foot.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/foot/foot.ini b/foot/foot.ini new file mode 100644 index 0000000..b0c6525 --- /dev/null +++ b/foot/foot.ini @@ -0,0 +1,6 @@ +font=monospace:size=14 +dpi-aware=no + +[colors] +alpha=0.85 +background=1d1f21 |