]> git.friedersdorff.com Git - max/saltfiles.git/blob - states/foot/files/foot.ini
c3cb8201b2bfd9f7fa20cac739308dcaf41799ca
[max/saltfiles.git] / states / foot / files / foot.ini
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
7 # app-id=foot
8 # title=foot
9 # locked-title=no
10
11 font=monospace:size=12
12 # font-bold=<bold variant of regular font>
13 # font-italic=<italic variant of regular font>
14 # font-bold-italic=<bold+italic variant of regular font>
15 # line-height=<font metrics>
16 # letter-spacing=0
17 # horizontal-letter-offset=0
18 # vertical-letter-offset=0
19 # underline-offset=<font metrics>
20 # box-drawings-uses-font-glyphs=no
21 # dpi-aware=auto
22
23 # initial-window-size-pixels=700x500  # Or,
24 # initial-window-size-chars=<COLSxROWS>
25 # initial-window-mode=windowed
26 # pad=2x2                             # optionally append 'center'
27 # resize-delay-ms=100
28
29 # notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body}
30
31 # bold-text-in-bright=no
32 # word-delimiters=,│`|:"'()[]{}<>
33 # selection-target=primary
34 # workers=<number of logical CPUs>
35
36 [environment]
37 # name=value
38
39 [bell]
40 # urgent=no
41 # notify=no
42 # command=
43 # command-focused=no
44
45 [scrollback]
46 # lines=1000
47 # multiplier=3.0
48 # indicator-position=relative
49 # indicator-format=
50
51 [url]
52 # launch=xdg-open ${url}
53 # label-letters=sadfjklewcmpgh
54 # osc8-underline=url-mode
55 # protocols=http, https, ftp, ftps, file, gemini, gopher
56 # uri-characters=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.,~:;/?#@!$&%*+="'()[]
57
58 [cursor]
59 # style=block
60 # color=<inverse foreground/background>
61 # blink=no
62 # beam-thickness=1.5
63 # underline-thickness=<font underline thickness>
64
65 [mouse]
66 # hide-when-typing=no
67 # alternate-scroll-mode=yes
68
69 [colors]
70 # alpha=1.0
71 foreground=657b83
72 background=fdf6e3
73
74 ## Normal/regular colors (color palette 0-7)
75 regular0=073642
76 regular1=dc322f
77 regular2=859900
78 regular3=b58900
79 regular4=268bd2
80 regular5=d33682
81 regular6=2aa198
82 regular7=eee8d5
83 ## Bright colors (color palette 8-15)
84 bright0=002b36
85 bright1=cb4b16
86 bright2=586e75
87 bright3=657b83
88 bright4=839496
89 bright5=6c71c4
90 bright6=93a1a1
91 bright7=fdf6e3
92
93 ## dimmed colors (see foot.ini(5) man page)
94 # dim0=<not set>
95 # ...
96 # dim7=<not-set>
97
98 ## The remaining 256-color palette
99 # 16 = <256-color palette #16>
100 # ...
101 # 255 = <256-color palette #255>
102
103 ## Misc colors
104 # selection-foreground=<inverse foreground/background>
105 # selection-background=<inverse foreground/background>
106 # jump-labels=<regular0> <regular3>          # black-on-yellow
107 # scrollback-indicator=<regular0> <bright4>  # black-on-bright-blue
108 # search-box-no-match=<regular0> <regular1>  # black-on-red
109 # search-box-match=<regular0> <regular3>     # black-on-yellow
110 # urls=<regular3>
111
112 [csd]
113 # preferred=server
114 # size=26
115 # font=<primary font>
116 # color=<foreground color>
117 # hide-when-typing=no
118 # border-width=0
119 # border-color=<csd.color>
120 # button-width=26
121 # button-color=<background color>
122 # button-minimize-color=<regular4>
123 # button-maximize-color=<regular2>
124 # button-close-color=<regular1>
125
126 [key-bindings]
127 # scrollback-up-page=Shift+Page_Up
128 # scrollback-up-half-page=none
129 # scrollback-up-line=none
130 # scrollback-down-page=Shift+Page_Down
131 # scrollback-down-half-page=none
132 # scrollback-down-line=none
133 # clipboard-copy=Control+Shift+c XF86Copy
134 # clipboard-paste=Control+Shift+v XF86Paste
135 # primary-paste=Shift+Insert
136 # search-start=Control+Shift+r
137 # font-increase=Control+plus Control+equal Control+KP_Add
138 # font-decrease=Control+minus Control+KP_Subtract
139 # font-reset=Control+0 Control+KP_0
140 # spawn-terminal=Control+Shift+n
141 # minimize=none
142 # maximize=none
143 # fullscreen=none
144 # pipe-visible=[sh -c "xurls | fuzzel | xargs -r firefox"] none
145 # pipe-scrollback=[sh -c "xurls | fuzzel | xargs -r firefox"] none
146 # pipe-selected=[xargs -r firefox] none
147 # show-urls-launch=Control+Shift+u
148 # show-urls-copy=none
149 # show-urls-persistent=none
150 # prompt-prev=Control+Shift+z
151 # prompt-next=Control+Shift+x
152 # unicode-input=none
153 # noop=none
154
155 [search-bindings]
156 # cancel=Control+g Control+c Escape
157 # commit=Return
158 # find-prev=Control+r
159 # find-next=Control+s
160 # cursor-left=Left Control+b
161 # cursor-left-word=Control+Left Mod1+b
162 # cursor-right=Right Control+f
163 # cursor-right-word=Control+Right Mod1+f
164 # cursor-home=Home Control+a
165 # cursor-end=End Control+e
166 # delete-prev=BackSpace
167 # delete-prev-word=Mod1+BackSpace Control+BackSpace
168 # delete-next=Delete
169 # delete-next-word=Mod1+d Control+Delete
170 # extend-to-word-boundary=Control+w
171 # extend-to-next-whitespace=Control+Shift+w
172 # clipboard-paste=Control+v Control+Shift+v Control+y XF86Paste
173 # primary-paste=Shift+Insert
174 # unicode-input=none
175
176 [url-bindings]
177 # cancel=Control+g Control+c Control+d Escape
178 # toggle-url-visible=t
179
180 [text-bindings]
181 # \x03=Mod4+c  # Map Super+c -> Ctrl+c
182
183 [mouse-bindings]
184 # selection-override-modifiers=Shift
185 # primary-paste=BTN_MIDDLE
186 # select-begin=BTN_LEFT
187 # select-begin-block=Control+BTN_LEFT
188 # select-extend=BTN_RIGHT
189 # select-extend-character-wise=Control+BTN_RIGHT
190 # select-word=BTN_LEFT-2
191 # select-word-whitespace=Control+BTN_LEFT-2
192 # select-row=BTN_LEFT-3
193
194 # vim: ft=dosini