foot.ini 5.1 KB

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