diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-07 18:30:35 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-07 18:36:10 +0200 |
| commit | 1189edd986124bb8f6e1e3b1944335c09d173404 (patch) | |
| tree | dc743bfb929a0c09e2d039fbe96a6f86cb1da5d6 /.config | |
| parent | f2c4081c9251e6f688c206bb90c8f646daaa640c (diff) | |
| download | dotfiles-1189edd986124bb8f6e1e3b1944335c09d173404.tar.gz dotfiles-1189edd986124bb8f6e1e3b1944335c09d173404.zip | |
feat: include local config in `foot.ini`
Diffstat (limited to '.config')
| -rw-r--r-- | .config/foot/foot.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 66c5f44..9a3a568 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -3,6 +3,7 @@ # See `/etc/xdg/foot/foot.ini` and `man 5 foot.ini` # Use `foot --check-config` to verify the configuration +[main] shell=/usr/bin/tmux term=foot login-shell=no @@ -14,6 +15,7 @@ font=Hack Nerd Font Mono:style=Regular:size=9 initial-color-theme=dark initial-window-size-chars=130x40 initial-window-mode=windowed +include=~/.config/foot/local.ini [scrollback] lines=1000 |
