foot.ini (4857B)
1 # -*- conf -*-
2
3 # shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
4 # term=foot (or xterm-256color if built with -Dterminfo=disabled)
5 # login-shell=no
6 term=xterm-256color
7
8 # app-id=foot
9 # title=foot
10 # locked-title=no
11
12 font=FiraCode:size=12
13 # font-bold=<bold variant of regular font>
14 # font-italic=<italic variant of regular font>
15 # font-bold-italic=<bold+italic variant of regular font>
16 # line-height=<font metrics>
17 # letter-spacing=0
18 # horizontal-letter-offset=0
19 # vertical-letter-offset=0
20 # underline-offset=<font metrics>
21 # underline-thickness=<font underline thickness>
22 # box-drawings-uses-font-glyphs=no
23 # dpi-aware=auto
24
25 # initial-window-size-pixels=700x500 # Or,
26 # initial-window-size-chars=<COLSxROWS>
27 # initial-window-mode=windowed
28 # pad=0x0 # optionally append 'center'
29 # resize-delay-ms=100
30
31 # notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body}
32
33 # bold-text-in-bright=no
34 # word-delimiters=,│`|:"'()[]{}<>
35 # selection-target=primary
36 # workers=<number of logical CPUs>
37 # utempter=/usr/lib/utempter/utempter
38
39 [scrollback]
40 lines=10000
41 # multiplier=3.0
42 # indicator-position=relative
43 # indicator-format=""
44
45 [cursor]
46 style=block
47 color=000000 888888
48 blink=no
49 # beam-thickness=1.5
50 # underline-thickness=<font underline thickness>
51
52 [mouse]
53 # hide-when-typing=no
54 # alternate-scroll-mode=yes
55
56 [colors]
57 alpha=1.0
58 # background=232136
59 # foreground=c0caf5
60 # background=111111
61 # foreground=ffffff
62 # foreground=111111
63 # background=ffffff
64 background=000000
65 foreground=ffffff
66
67 ## Normal/regular colors (color palette 0-7)
68 regular0=073642 # black
69 regular1=dc322f # red
70 regular2=859900 # green
71 regular3=b58900 # yellow
72 regular4=268bd2 # blue
73 regular5=d33682 # magenta
74 regular6=2aa198 # cyan
75 regular7=eee8d5 # white
76
77 ## Bright colors (color palette 8-15)
78 #bright0=08404f # bright black
79 #bright1=e35f5c # bright red
80 #bright2=9fb700 # bright green
81 #bright3=d9a400 # bright yellow
82 #bright4=4ba1de # bright blue
83 #bright5=dc619d # bright magenta
84 #bright6=32c1b6 # bright cyan
85 #bright7=ffffff # bright white
86
87 ## dimmed colors (see foot.ini(5) man page)
88 # dim0=<not set>
89 # ...
90 # dim7=<not-set>
91
92 ## The remaining 256-color palette
93 # 16 = <256-color palette #16>
94 # ...
95 # 255 = <256-color palette #255>
96
97 ## Misc colors
98 # selection-foreground=<inverse foreground/background>
99 # selection-background=<inverse foreground/background>
100 # jump-labels=<regular0> <regular3> # black-on-yellow
101 # scrollback-indicator=<regular0> <bright4> # black-on-bright-blue
102 # search-box-no-match=<regular0> <regular1> # black-on-red
103 # search-box-match=<regular0> <regular3> # black-on-yellow
104 # urls=<regular3>
105
106 [csd]
107 #preferred=server
108 size=0
109 # font=<primary font>
110 #color=24283b
111 # hide-when-typing=no
112 # border-width=0
113 # border-color=<csd.color>
114 # button-width=26
115 # button-color=<background color>
116 # button-minimize-color=<regular4>
117 # button-maximize-color=<regular2>
118 # button-close-color=<regular1>
119
120 [key-bindings]
121 # scrollback-up-page=Shift+Page_Up
122 # scrollback-up-half-page=none
123 # scrollback-up-line=none
124 # scrollback-down-page=Shift+Page_Down
125 # scrollback-down-half-page=none
126 # scrollback-down-line=none
127 # clipboard-copy=Control+Shift+c XF86Copy
128 # clipboard-paste=Control+Shift+v XF86Paste
129 # primary-paste=Shift+Insert
130 # search-start=Control+Shift+r
131 # font-increase=Control+plus Control+equal Control+KP_Add
132 # font-decrease=Control+minus Control+KP_Subtract
133 # font-reset=Control+0 Control+KP_0
134 # spawn-terminal=Control+Shift+n
135 # minimize=none
136 # maximize=none
137 # fullscreen=none
138 # pipe-visible=[sh -c "xurls | fuzzel | xargs -r firefox"] none
139 # pipe-scrollback=[sh -c "xurls | fuzzel | xargs -r firefox"] none
140 # pipe-selected=[xargs -r firefox] none
141 # show-urls-launch=Control+Shift+u
142 # show-urls-copy=none
143 # show-urls-persistent=none
144 # prompt-prev=Control+Shift+z
145 # prompt-next=Control+Shift+x
146 # unicode-input=none
147 # noop=none
148
149 [search-bindings]
150 # cancel=Control+g Control+c Escape
151 # commit=Return
152 # find-prev=Control+r
153 # find-next=Control+s
154 # cursor-left=Left Control+b
155 # cursor-left-word=Control+Left Mod1+b
156 # cursor-right=Right Control+f
157 # cursor-right-word=Control+Right Mod1+f
158 # cursor-home=Home Control+a
159 # cursor-end=End Control+e
160 # delete-prev=BackSpace
161 # delete-prev-word=Mod1+BackSpace Control+BackSpace
162 # delete-next=Delete
163 # delete-next-word=Mod1+d Control+Delete
164 # extend-to-word-boundary=Control+w
165 # extend-to-next-whitespace=Control+Shift+w
166 # clipboard-paste=Control+v Control+Shift+v Control+y XF86Paste
167 # primary-paste=Shift+Insert
168 # unicode-input=none
169
170 [mouse-bindings]
171 # selection-override-modifiers=Shift
172 # primary-paste=BTN_MIDDLE
173 # select-begin=BTN_LEFT
174 # select-begin-block=Control+BTN_LEFT
175 # select-extend=BTN_RIGHT
176 # select-extend-character-wise=Control+BTN_RIGHT
177 # select-word=BTN_LEFT-2
178 # select-word-whitespace=Control+BTN_LEFT-2
179 # select-row=BTN_LEFT-3
180
181 # vim: ft=dosini