summaryrefslogtreecommitdiff
path: root/foot/.config
diff options
context:
space:
mode:
authorShubham Saini <pryr@pryr.xyz>2021-05-22 12:56:08 +0000
committerShubham Saini <pryr@pryr.xyz>2021-05-22 12:56:08 +0000
commitbde9d8e1c9a6e2213fc7d40298d43a14f2e99359 (patch)
tree548d45ecb1ada0be5a099ea8b0879c82e08560d7 /foot/.config
parent4d6de10a92b0264a1cebfbe813d2e7961ef29c2b (diff)
cleaned the repo
Diffstat (limited to 'foot/.config')
-rw-r--r--foot/.config/foot/foot.ini116
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
4font=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
9initial-window-size-pixels=850x500 # Or,
10# initial-window-size-chars=<COLSxROWS>
11# initial-window-mode=windowed
12pad=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]
23lines=10000
24# multiplier=3.0
25# indicator-position=relative
26# indicator-format=
27
28[cursor]
29style=block
30color=111111 dcdccc
31blink=no
32
33[mouse]
34# hide-when-typing=no
35# alternate-scroll-mode=yes
36
37[colors]
38alpha=1.0
39foreground=ffffff
40background=171a1f
41regular0=171a1f
42regular1=ee4f84
43regular2=53e2ae
44regular3=f1ff52
45regular4=6498ef
46regular5=985eff
47regular6=24d1e7
48regular7=e5e5e5
49bright0=20242a
50bright1=f48fb1
51bright2=a1efd3
52bright3=f1fa8c
53bright4=92b6f4
54bright5=bd99ff
55bright6=87dfeb
56bright7=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
74clipboard-copy=Control+Mod1+C
75clipboard-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