2020-02-15 19:01:54 +01:00
|
|
|
# -*- conf -*-
|
|
|
|
|
|
2021-01-07 11:16:29 +01:00
|
|
|
# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
|
2021-02-09 19:42:55 +01:00
|
|
|
# term=foot (or xterm-256color if built with -Dterminfo=disabled)
|
2021-01-07 11:16:29 +01:00
|
|
|
# login-shell=no
|
|
|
|
|
|
2020-12-31 12:48:20 +01:00
|
|
|
# font=monospace:size=8
|
2020-10-20 21:04:47 +02:00
|
|
|
# font-bold=<bold variant of regular font>
|
|
|
|
|
# font-italic=<italic variant of regular font>
|
|
|
|
|
# font-bold-italic=<bold+italic variant of regular font>
|
2021-01-07 11:16:29 +01:00
|
|
|
# line-height=<font metrics>
|
2021-01-07 11:46:18 +01:00
|
|
|
# letter-spacing=0
|
2021-01-07 11:16:29 +01:00
|
|
|
# horizontal-letter-offset=0
|
|
|
|
|
# vertical-letter-offset=0
|
2020-11-17 17:59:31 +01:00
|
|
|
# dpi-aware=yes
|
2021-01-07 11:16:29 +01:00
|
|
|
|
2020-09-08 19:17:29 +02:00
|
|
|
# initial-window-size-pixels=700x500 # Or,
|
|
|
|
|
# initial-window-size-chars=<COLSxROWS>
|
2020-03-28 12:04:00 +01:00
|
|
|
# initial-window-mode=windowed
|
2021-01-06 11:17:29 +01:00
|
|
|
# pad=2x2 # optionally append 'center'
|
2021-01-21 15:14:43 +01:00
|
|
|
# resize-delay-ms=100
|
2021-01-07 11:16:29 +01:00
|
|
|
|
2021-01-31 14:27:13 +01:00
|
|
|
# notify=notify-send -a foot -i foot ${title} ${body}
|
|
|
|
|
# url-launch=xdg-open ${url}
|
|
|
|
|
|
2020-11-14 11:21:51 +01:00
|
|
|
# bold-text-in-bright=no
|
2020-10-08 19:55:32 +02:00
|
|
|
# bell=none
|
2020-10-09 19:44:23 +02:00
|
|
|
# word-delimiters=,│`|:"'()[]{}<>
|
2021-02-13 11:42:51 +01:00
|
|
|
# jump-label-letters=sadfjklewcmpgh
|
2021-01-16 11:26:03 +01:00
|
|
|
# selection-target=primary
|
2021-01-07 11:16:29 +01:00
|
|
|
# workers=<number of logical CPUs>
|
2019-07-21 15:35:01 +02:00
|
|
|
|
2020-07-29 17:41:24 +02:00
|
|
|
[scrollback]
|
|
|
|
|
# lines=1000
|
2020-09-29 09:50:17 +02:00
|
|
|
# multiplier=3.0
|
2020-07-29 17:41:24 +02:00
|
|
|
# indicator-position=relative
|
|
|
|
|
# indicator-format=
|
|
|
|
|
|
2019-07-22 20:15:14 +02:00
|
|
|
[cursor]
|
|
|
|
|
# style=block
|
2019-07-24 20:23:26 +02:00
|
|
|
# color=111111 dcdccc
|
2020-06-30 17:45:34 +02:00
|
|
|
# blink=no
|
2020-08-04 07:33:15 +02:00
|
|
|
|
|
|
|
|
[mouse]
|
2020-07-31 17:09:06 +02:00
|
|
|
# hide-when-typing=no
|
2020-09-15 19:09:00 +02:00
|
|
|
# alternate-scroll-mode=yes
|
2019-07-22 20:15:14 +02:00
|
|
|
|
2019-07-21 15:35:01 +02:00
|
|
|
[colors]
|
2020-03-02 18:47:35 +01:00
|
|
|
# alpha=1.0
|
2019-07-21 15:35:01 +02:00
|
|
|
# foreground=dcdccc
|
|
|
|
|
# background=111111
|
2020-07-25 13:21:27 +02:00
|
|
|
# regular0=222222 # black
|
|
|
|
|
# regular1=cc9393 # red
|
|
|
|
|
# regular2=7f9f7f # green
|
|
|
|
|
# regular3=d0bf8f # yellow
|
|
|
|
|
# regular4=6ca0a3 # blue
|
|
|
|
|
# regular5=dc8cc3 # magenta
|
|
|
|
|
# regular6=93e0e3 # cyan
|
|
|
|
|
# regular7=dcdccc # white
|
|
|
|
|
# bright0=666666 # bright black
|
|
|
|
|
# bright1=dca3a3 # bright red
|
|
|
|
|
# bright2=bfebbf # bright green
|
|
|
|
|
# bright3=f0dfaf # bright yellow
|
|
|
|
|
# bright4=8cd0d3 # bright blue
|
|
|
|
|
# bright5=fcace3 # bright magenta
|
|
|
|
|
# bright6=b3ffff # bright cyan
|
|
|
|
|
# bright7=ffffff # bright white
|
2020-08-12 18:53:32 +02:00
|
|
|
# selection-foreground=<inverse foreground/background>
|
|
|
|
|
# selection-background=<inverse foreground/background>
|
2021-02-06 11:10:40 +01:00
|
|
|
# jump-labels=<regular0> <regular3>
|
|
|
|
|
# urls=<regular3>
|
2020-03-02 18:42:49 +01:00
|
|
|
|
|
|
|
|
[csd]
|
|
|
|
|
# preferred=server
|
2020-03-03 18:18:59 +01:00
|
|
|
# size=26
|
|
|
|
|
# color=<foreground color>
|
2020-03-06 19:11:31 +01:00
|
|
|
# button-width=26
|
2021-02-06 10:35:00 +01:00
|
|
|
# button-minimize-color=<regular4>
|
|
|
|
|
# button-maximize-color=<regular2>
|
|
|
|
|
# button-close-color=<regular1>
|
2020-03-08 15:36:30 +01:00
|
|
|
|
|
|
|
|
[key-bindings]
|
2020-09-10 18:17:47 +02:00
|
|
|
# scrollback-up-page=Shift+Page_Up
|
|
|
|
|
# scrollback-up-half-page=none
|
|
|
|
|
# scrollback-up-line=none
|
|
|
|
|
# scrollback-down-page=Shift+Page_Down
|
|
|
|
|
# scrollback-down-half-page=none
|
|
|
|
|
# scrollback-down-line=none
|
2020-03-08 15:36:30 +01:00
|
|
|
# clipboard-copy=Control+Shift+C
|
|
|
|
|
# clipboard-paste=Control+Shift+V
|
2020-10-10 10:27:42 +02:00
|
|
|
# primary-paste=Shift+Insert
|
2020-03-08 15:36:30 +01:00
|
|
|
# search-start=Control+Shift+R
|
|
|
|
|
# font-increase=Control+plus Control+equal Control+KP_Add
|
|
|
|
|
# font-decrease=Control+minus Control+KP_Subtract
|
|
|
|
|
# font-reset=Control+0 Control+KP_0
|
2020-03-17 19:50:54 +01:00
|
|
|
# spawn-terminal=Control+Shift+N
|
2020-03-18 14:52:04 +01:00
|
|
|
# minimize=none
|
|
|
|
|
# maximize=none
|
|
|
|
|
# fullscreen=none
|
2020-07-15 18:02:25 +02:00
|
|
|
# pipe-visible=[sh -c "xurls | bemenu | xargs -r firefox"] none
|
|
|
|
|
# pipe-scrollback=[sh -c "xurls | bemenu | xargs -r firefox"] none
|
2020-07-31 17:02:53 +02:00
|
|
|
# pipe-selected=[xargs -r firefox] none
|
2021-02-04 20:54:17 +01:00
|
|
|
# show-urls-launch=Control+Shift+U
|
2021-02-04 20:55:08 +01:00
|
|
|
# show-urls-copy=none
|
2020-07-31 17:02:53 +02:00
|
|
|
|
2020-07-29 17:27:01 +02:00
|
|
|
[search-bindings]
|
|
|
|
|
# cancel=Control+g Escape
|
|
|
|
|
# commit=Return
|
|
|
|
|
# find-prev=Control+r
|
|
|
|
|
# find-next=Control+s
|
|
|
|
|
# cursor-left=Left Control+b
|
|
|
|
|
# cursor-left-word=Control+Left Mod1+b
|
|
|
|
|
# cursor-right=Right Control+f
|
|
|
|
|
# cursor-right-word=Control+Right Mod1+f
|
|
|
|
|
# cursor-home=Home Control+a
|
|
|
|
|
# cursor-end=End Control+e
|
|
|
|
|
# delete-prev=BackSpace
|
|
|
|
|
# delete-prev-word=Mod1+BackSpace Control+BackSpace
|
|
|
|
|
# delete-next=Delete
|
|
|
|
|
# delete-next-word=Mod1+d Control+Delete
|
|
|
|
|
# extend-to-word-boundary=Control+w
|
|
|
|
|
# extend-to-next-whitespace=Control+Shift+W
|
2020-11-01 12:39:57 +01:00
|
|
|
# clipboard-paste=Control+v Control+y
|
|
|
|
|
# primary-paste=Shift+Insert
|
2020-07-29 17:27:01 +02:00
|
|
|
|
2021-01-30 12:43:59 +01:00
|
|
|
[url-bindings]
|
2021-02-04 19:40:24 +01:00
|
|
|
# cancel=Control+g Control+d Escape
|
2021-01-30 12:43:59 +01:00
|
|
|
|
2020-03-12 10:20:05 +01:00
|
|
|
[mouse-bindings]
|
|
|
|
|
# primary-paste=BTN_MIDDLE
|
2020-08-11 09:55:33 +02:00
|
|
|
# select-begin=BTN_LEFT
|
2020-08-11 10:52:02 +02:00
|
|
|
# select-begin-block=Control+BTN_LEFT
|
2020-08-11 10:17:19 +02:00
|
|
|
# select-extend=BTN_RIGHT
|
2021-01-06 11:11:46 +01:00
|
|
|
# select-extend-character-wise=Control+BTN_RIGHT
|
2020-08-11 09:55:33 +02:00
|
|
|
# select-word=BTN_LEFT-2
|
|
|
|
|
# select-word-whitespace=Control+BTN_LEFT-2
|
2020-08-11 10:17:19 +02:00
|
|
|
# select-row=BTN_LEFT-3
|