foot.ini 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. # -*- conf -*-
  2. # shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
  3. # term=foot (or xterm-256color if built with -Dterminfo=disabled)
  4. # login-shell=no
  5. # app-id=foot # globally set wayland app-id. Default values are "foot" and "footclient" for desktop and server mode
  6. # title=foot
  7. # locked-title=no
  8. font=UbuntuMono-B:size=20
  9. # font-bold=<bold variant of regular font>
  10. # font-italic=<italic variant of regular font>
  11. # font-bold-italic=<bold+italic variant of regular font>
  12. # font-size-adjustment=26
  13. # line-height=<font metrics>
  14. # letter-spacing=0
  15. # horizontal-letter-offset=0
  16. # vertical-letter-offset=0
  17. # underline-offset=<font metrics>
  18. # underline-thickness=<font underline thickness>
  19. # box-drawings-uses-font-glyphs=no
  20. # dpi-aware=no
  21. # initial-window-size-pixels=700x500 # Or,
  22. # initial-window-size-chars=<COLSxROWS>
  23. # initial-window-mode=windowed
  24. # pad=0x0 # optionally append 'center'
  25. # resize-by-cells=yes
  26. # resize-delay-ms=100
  27. # bold-text-in-bright=no
  28. # word-delimiters=,│`|:"'()[]{}<>
  29. # selection-target=primary
  30. # workers=<number of logical CPUs>
  31. # utmp-helper=/usr/lib/utempter/utempter # When utmp backend is ‘libutempter’ (Linux)
  32. # utmp-helper=/usr/libexec/ulog-helper # When utmp backend is ‘ulog’ (FreeBSD)
  33. [environment]
  34. # name=value
  35. [bell]
  36. # urgent=no
  37. # notify=no
  38. # visual=no
  39. # command=
  40. # command-focused=no
  41. [desktop-notifications]
  42. # command=notify-send --wait --app-name ${app-id} --icon ${app-id} --category ${category} --urgency ${urgency} --expire-time ${expire-time} --hint STRING:image-path:${icon} --hint BOOLEAN:suppress-sound:${muted} --hint STRING:sound-name:${sound-name} --replace-id ${replace-id} ${action-argument} --print-id -- ${title} ${body}
  43. # command-action-argument=--action ${action-name}=${action-label}
  44. # close=""
  45. # inhibit-when-focused=yes
  46. [scrollback]
  47. # lines=1000
  48. # multiplier=3.0
  49. # indicator-position=relative
  50. # indicator-format=""
  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. [cursor]
  58. # style=block
  59. # color=<inverse foreground/background>
  60. # blink=no
  61. # blink-rate=500
  62. # beam-thickness=1.5
  63. # underline-thickness=<font underline thickness>
  64. [mouse]
  65. # hide-when-typing=no
  66. # alternate-scroll-mode=yes
  67. [touch]
  68. # long-press-delay=400
  69. [colors]
  70. # alpha=1.0
  71. # background=242424
  72. # foreground=ffffff
  73. # flash=7f7f00
  74. # flash-alpha=0.5
  75. ## Normal/regular colors (color palette 0-7)
  76. # regular0=242424 # black
  77. # regular1=f62b5a # red
  78. # regular2=47b413 # green
  79. # regular3=e3c401 # yellow
  80. # regular4=24acd4 # blue
  81. # regular5=f2affd # magenta
  82. # regular6=13c299 # cyan
  83. # regular7=e6e6e6 # white
  84. ## Bright colors (color palette 8-15)
  85. # bright0=616161 # bright black
  86. # bright1=ff4d51 # bright red
  87. # bright2=35d450 # bright green
  88. # bright3=e9e836 # bright yellow
  89. # bright4=5dc5f8 # bright blue
  90. # bright5=feabf2 # bright magenta
  91. # bright6=24dfc4 # bright cyan
  92. # bright7=ffffff # bright white
  93. ## dimmed colors (see foot.ini(5) man page)
  94. # dim0=<not set>
  95. # ...
  96. # dim7=<not-set>
  97. ## The remaining 256-color palette
  98. # 16 = <256-color palette #16>
  99. # ...
  100. # 255 = <256-color palette #255>
  101. ## Misc colors
  102. # selection-foreground=<inverse foreground/background>
  103. # selection-background=<inverse foreground/background>
  104. # jump-labels=<regular0> <regular3> # black-on-yellow
  105. # scrollback-indicator=<regular0> <bright4> # black-on-bright-blue
  106. # search-box-no-match=<regular0> <regular1> # black-on-red
  107. # search-box-match=<regular0> <regular3> # black-on-yellow
  108. # urls=<regular3>
  109. [csd]
  110. # preferred=server
  111. # size=26
  112. # font=<primary font>
  113. # color=<foreground color>
  114. # hide-when-maximized=no
  115. # double-click-to-maximize=yes
  116. # border-width=0
  117. # border-color=<csd.color>
  118. # button-width=26
  119. # button-color=<background color>
  120. # button-minimize-color=<regular4>
  121. # button-maximize-color=<regular2>
  122. # button-close-color=<regular1>
  123. [key-bindings]
  124. # scrollback-up-page=Shift+Page_Up
  125. # scrollback-up-half-page=none
  126. # scrollback-up-line=none
  127. # scrollback-down-page=Shift+Page_Down
  128. # scrollback-down-half-page=none
  129. # scrollback-down-line=none
  130. # scrollback-home=none
  131. # scrollback-end=none
  132. # clipboard-copy=Control+Shift+c XF86Copy
  133. # clipboard-paste=Control+Shift+v XF86Paste
  134. # primary-paste=Shift+Insert
  135. # search-start=Control+Shift+r
  136. # font-increase=Control+plus Control+equal Control+KP_Add
  137. # font-decrease=Control+minus Control+KP_Subtract
  138. # font-reset=Control+0 Control+KP_0
  139. # spawn-terminal=Control+Shift+n
  140. # minimize=none
  141. # maximize=none
  142. # fullscreen=none
  143. # pipe-visible=[sh -c "xurls | fuzzel | xargs -r firefox"] none
  144. # pipe-scrollback=[sh -c "xurls | fuzzel | xargs -r firefox"] none
  145. # pipe-selected=[xargs -r firefox] none
  146. # pipe-command-output=[wl-copy] none # Copy last command's output to the clipboard
  147. # show-urls-launch=Control+Shift+o
  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=Control+Shift+u
  153. # noop=none
  154. [search-bindings]
  155. # cancel=Control+g Control+c Escape
  156. # commit=Return
  157. # find-prev=Control+r
  158. # find-next=Control+s
  159. # cursor-left=Left Control+b
  160. # cursor-left-word=Control+Left Mod1+b
  161. # cursor-right=Right Control+f
  162. # cursor-right-word=Control+Right Mod1+f
  163. # cursor-home=Home Control+a
  164. # cursor-end=End Control+e
  165. # delete-prev=BackSpace
  166. # delete-prev-word=Mod1+BackSpace Control+BackSpace
  167. # delete-next=Delete
  168. # delete-next-word=Mod1+d Control+Delete
  169. # extend-char=Shift+Right
  170. # extend-to-word-boundary=Control+w Control+Shift+Right
  171. # extend-to-next-whitespace=Control+Shift+w
  172. # extend-line-down=Shift+Down
  173. # extend-backward-char=Shift+Left
  174. # extend-backward-to-word-boundary=Control+Shift+Left
  175. # extend-backward-to-next-whitespace=none
  176. # extend-line-up=Shift+Up
  177. # clipboard-paste=Control+v Control+Shift+v Control+y XF86Paste
  178. # primary-paste=Shift+Insert
  179. # unicode-input=none
  180. # quit=none
  181. # scrollback-up-page=Shift+Page_Up
  182. # scrollback-up-half-page=none
  183. # scrollback-up-line=none
  184. # scrollback-down-page=Shift+Page_Down
  185. # scrollback-down-half-page=none
  186. # scrollback-down-line=none
  187. # scrollback-home=none
  188. # scrollback-end=none
  189. [url-bindings]
  190. # cancel=Control+g Control+c Control+d Escape
  191. # toggle-url-visible=t
  192. [text-bindings]
  193. # \x03=Mod4+c # Map Super+c -> Ctrl+c
  194. [mouse-bindings]
  195. # scrollback-up-mouse=BTN_WHEEL_BACK
  196. # scrollback-down-mouse=BTN_WHEEL_FORWARD
  197. # font-increase=Control+BTN_WHEEL_BACK
  198. # font-decrease=Control+BTN_WHEEL_FORWARD
  199. # selection-override-modifiers=Shift
  200. # primary-paste=BTN_MIDDLE
  201. # select-begin=BTN_LEFT
  202. # select-begin-block=Control+BTN_LEFT
  203. # select-extend=BTN_RIGHT
  204. # select-extend-character-wise=Control+BTN_RIGHT
  205. # select-word=BTN_LEFT-2
  206. # select-word-whitespace=Control+BTN_LEFT-2
  207. # select-quote = BTN_LEFT-3
  208. # select-row=BTN_LEFT-4
  209. # vim: ft=dosini
  210. [main]
  211. include=/usr/share/foot/themes/catppuccin-frappe