diff options
Diffstat (limited to 'foot')
-rw-r--r-- | foot/.config/foot/foot.ini | 116 |
1 files changed, 0 insertions, 116 deletions
diff --git a/foot/.config/foot/foot.ini b/foot/.config/foot/foot.ini deleted file mode 100644 index 5b748ba..0000000 --- a/foot/.config/foot/foot.ini +++ /dev/null | |||
@@ -1,116 +0,0 @@ | |||
1 | # -*- conf -*- | ||
2 | |||
3 | # font=monospace | ||
4 | font=Input Mono:size=7.5 | ||
5 | # font-bold=<bold variant of regular font> | ||
6 | # font-italic=<italic variant of regular font> | ||
7 | # font-bold-italic=<bold+italic variant of regular font> | ||
8 | # dpi-aware=yes | ||
9 | initial-window-size-pixels=850x500 # Or, | ||
10 | # initial-window-size-chars=<COLSxROWS> | ||
11 | # initial-window-mode=windowed | ||
12 | pad=20x20 | ||
13 | # shell=$SHELL (if set, otherwise user's default shell from /etc/passwd) | ||
14 | # term=foot | ||
15 | # login-shell=no | ||
16 | # workers=<number of logical CPUs> | ||
17 | # bold-text-in-bright=no | ||
18 | # bell=none | ||
19 | # word-delimiters=,│`|:"'()[]{}<> | ||
20 | # notify=notify-send -a foot -i foot ${title} ${body} | ||
21 | |||
22 | [scrollback] | ||
23 | lines=10000 | ||
24 | # multiplier=3.0 | ||
25 | # indicator-position=relative | ||
26 | # indicator-format= | ||
27 | |||
28 | [cursor] | ||
29 | style=block | ||
30 | color=111111 dcdccc | ||
31 | blink=no | ||
32 | |||
33 | [mouse] | ||
34 | # hide-when-typing=no | ||
35 | # alternate-scroll-mode=yes | ||
36 | |||
37 | [colors] | ||
38 | alpha=1.0 | ||
39 | foreground=ffffff | ||
40 | background=171a1f | ||
41 | regular0=171a1f | ||
42 | regular1=ee4f84 | ||
43 | regular2=53e2ae | ||
44 | regular3=f1ff52 | ||
45 | regular4=6498ef | ||
46 | regular5=985eff | ||
47 | regular6=24d1e7 | ||
48 | regular7=e5e5e5 | ||
49 | bright0=20242a | ||
50 | bright1=f48fb1 | ||
51 | bright2=a1efd3 | ||
52 | bright3=f1fa8c | ||
53 | bright4=92b6f4 | ||
54 | bright5=bd99ff | ||
55 | bright6=87dfeb | ||
56 | bright7=f8f8f2 | ||
57 | |||
58 | [csd] | ||
59 | # preferred=server | ||
60 | # size=26 | ||
61 | # color=<foreground color> | ||
62 | # button-width=26 | ||
63 | # button-minimize-color=ff0000ff | ||
64 | # button-maximize-color=ff00ff00 | ||
65 | # button-close-color=ffff0000 | ||
66 | |||
67 | [key-bindings] | ||
68 | # scrollback-up-page=Shift+Page_Up | ||
69 | # scrollback-up-half-page=none | ||
70 | # scrollback-up-line=none | ||
71 | # scrollback-down-page=Shift+Page_Down | ||
72 | # scrollback-down-half-page=none | ||
73 | # scrollback-down-line=none | ||
74 | clipboard-copy=Control+Mod1+C | ||
75 | clipboard-paste=Control+Mod1+V | ||
76 | # primary-paste=Shift+Insert | ||
77 | # search-start=Control+Shift+R | ||
78 | # font-increase=Control+9 Control+equal Control+KP_Add | ||
79 | # font-decrease=Control+minus Control+KP_Subtract | ||
80 | # font-reset=Control+0 Control+KP_0 | ||
81 | # spawn-terminal=Control+Shift+N | ||
82 | # minimize=none | ||
83 | # maximize=none | ||
84 | # fullscreen=none | ||
85 | # pipe-visible=[sh -c "xurls | bemenu | xargs -r firefox"] none | ||
86 | # pipe-scrollback=[sh -c "xurls | bemenu | xargs -r firefox"] none | ||
87 | # pipe-selected=[xargs -r firefox] none | ||
88 | |||
89 | [search-bindings] | ||
90 | # cancel=Control+g Escape | ||
91 | # commit=Return | ||
92 | # find-prev=Control+r | ||
93 | # find-next=Control+s | ||
94 | # cursor-left=Left Control+b | ||
95 | # cursor-left-word=Control+Left Mod1+b | ||
96 | # cursor-right=Right Control+f | ||
97 | # cursor-right-word=Control+Right Mod1+f | ||
98 | # cursor-home=Home Control+a | ||
99 | # cursor-end=End Control+e | ||
100 | # delete-prev=BackSpace | ||
101 | # delete-prev-word=Mod1+BackSpace Control+BackSpace | ||
102 | # delete-next=Delete | ||
103 | # delete-next-word=Mod1+d Control+Delete | ||
104 | # extend-to-word-boundary=Control+w | ||
105 | # extend-to-next-whitespace=Control+Shift+W | ||
106 | # clipboard-paste=Control+v Control+y | ||
107 | # primary-paste=Shift+Insert | ||
108 | |||
109 | [mouse-bindings] | ||
110 | # primary-paste=BTN_MIDDLE | ||
111 | # select-begin=BTN_LEFT | ||
112 | # select-begin-block=Control+BTN_LEFT | ||
113 | # select-extend=BTN_RIGHT | ||
114 | # select-word=BTN_LEFT-2 | ||
115 | # select-word-whitespace=Control+BTN_LEFT-2 | ||
116 | # select-row=BTN_LEFT-3 | ||