blob: 43da9e4f289a55d38e2b486afb4b24acda59c6d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# foot configuration file
#
# See `/etc/xdg/foot/foot.ini` and `man 5 foot.ini`
# Use `foot --check-config` to verify the configuration
[main]
term=foot
login-shell=no
app-id=foot
title=foot
locked-title=no
# https://github.com/source-foundry/Hack
font=Hack Nerd Font Mono:style=Regular:size=9
initial-color-theme=dark
initial-window-size-chars=130x40
initial-window-mode=windowed
[scrollback]
lines=1000
[mouse-bindings]
primary-paste=BTN_MIDDLE
[key-bindings]
fullscreen=F11
color-theme-toggle=F10
clipboard-paste=Alt+v
# Tokyo Night — shipped themes (see /usr/share/foot/themes)
[main]
include=/usr/share/foot/themes/tokyonight-night
include=/usr/share/foot/themes/tokyonight-light
# tokyonight-light sets initial-color-theme=light; restore our dark default
initial-color-theme=dark
# Keep this last so that it overrides previous settings
include=~/.config/foot/local.ini
|