pub / dotfiles

Configuration of software on my computer
git clone https://src.jayvii.de/pub/dotfiles.git
Home | Log | Files | Exports | Refs | RSS

foot.ini (4795B)


      1 # -*- conf -*-
      2 
      3 # shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
      4 # term=foot (or xterm-256color if built with -Dterminfo=disabled)
      5 # login-shell=no
      6 term=xterm-256color
      7 
      8 # app-id=foot
      9 # title=foot
     10 # locked-title=no
     11 
     12 font=FiraCode:size=7
     13 # font-bold=<bold variant of regular font>
     14 # font-italic=<italic variant of regular font>
     15 # font-bold-italic=<bold+italic variant of regular font>
     16 # line-height=<font metrics>
     17 # letter-spacing=0
     18 # horizontal-letter-offset=0
     19 # vertical-letter-offset=0
     20 # underline-offset=<font metrics>
     21 # underline-thickness=<font underline thickness>
     22 # box-drawings-uses-font-glyphs=no
     23 # dpi-aware=auto
     24 
     25 # initial-window-size-pixels=700x500  # Or,
     26 # initial-window-size-chars=<COLSxROWS>
     27 # initial-window-mode=windowed
     28 # pad=0x0                             # optionally append 'center'
     29 # resize-delay-ms=100
     30 
     31 # notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body}
     32 
     33 # bold-text-in-bright=no
     34 # word-delimiters=,│`|:"'()[]{}<>
     35 # selection-target=primary
     36 # workers=<number of logical CPUs>
     37 # utempter=/usr/lib/utempter/utempter
     38 
     39 [scrollback]
     40 lines=10000
     41 # multiplier=3.0
     42 # indicator-position=relative
     43 # indicator-format=""
     44 
     45 [cursor]
     46 style=block
     47 #color=<inverse foreground/background>
     48 blink=no
     49 # beam-thickness=1.5
     50 # underline-thickness=<font underline thickness>
     51 
     52 [mouse]
     53 # hide-when-typing=no
     54 # alternate-scroll-mode=yes
     55 
     56 [colors]
     57 alpha=1.0
     58 # background=232136
     59 # foreground=c0caf5
     60 background=111111
     61 foreground=ffffff
     62 
     63 ## Normal/regular colors (color palette 0-7)
     64 regular0=073642  # black
     65 regular1=dc322f  # red
     66 regular2=859900  # green
     67 regular3=b58900  # yellow
     68 regular4=268bd2  # blue
     69 regular5=d33682  # magenta
     70 regular6=2aa198  # cyan
     71 regular7=eee8d5  # white
     72 
     73 ## Bright colors (color palette 8-15)
     74 #bright0=08404f   # bright black
     75 #bright1=e35f5c   # bright red
     76 #bright2=9fb700   # bright green
     77 #bright3=d9a400   # bright yellow
     78 #bright4=4ba1de   # bright blue
     79 #bright5=dc619d   # bright magenta
     80 #bright6=32c1b6   # bright cyan
     81 #bright7=ffffff   # bright white
     82 
     83 ## dimmed colors (see foot.ini(5) man page)
     84 # dim0=<not set>
     85 # ...
     86 # dim7=<not-set>
     87 
     88 ## The remaining 256-color palette
     89 # 16 = <256-color palette #16>
     90 # ...
     91 # 255 = <256-color palette #255>
     92 
     93 ## Misc colors
     94 # selection-foreground=<inverse foreground/background>
     95 # selection-background=<inverse foreground/background>
     96 # jump-labels=<regular0> <regular3>          # black-on-yellow
     97 # scrollback-indicator=<regular0> <bright4>  # black-on-bright-blue
     98 # search-box-no-match=<regular0> <regular1>  # black-on-red
     99 # search-box-match=<regular0> <regular3>     # black-on-yellow
    100 # urls=<regular3>
    101 
    102 [csd]
    103 #preferred=server
    104 size=0
    105 # font=<primary font>
    106 #color=24283b
    107 # hide-when-typing=no
    108 # border-width=0
    109 # border-color=<csd.color>
    110 # button-width=26
    111 # button-color=<background color>
    112 # button-minimize-color=<regular4>
    113 # button-maximize-color=<regular2>
    114 # button-close-color=<regular1>
    115 
    116 [key-bindings]
    117 # scrollback-up-page=Shift+Page_Up
    118 # scrollback-up-half-page=none
    119 # scrollback-up-line=none
    120 # scrollback-down-page=Shift+Page_Down
    121 # scrollback-down-half-page=none
    122 # scrollback-down-line=none
    123 # clipboard-copy=Control+Shift+c XF86Copy
    124 # clipboard-paste=Control+Shift+v XF86Paste
    125 # primary-paste=Shift+Insert
    126 # search-start=Control+Shift+r
    127 # font-increase=Control+plus Control+equal Control+KP_Add
    128 # font-decrease=Control+minus Control+KP_Subtract
    129 # font-reset=Control+0 Control+KP_0
    130 # spawn-terminal=Control+Shift+n
    131 # minimize=none
    132 # maximize=none
    133 # fullscreen=none
    134 # pipe-visible=[sh -c "xurls | fuzzel | xargs -r firefox"] none
    135 # pipe-scrollback=[sh -c "xurls | fuzzel | xargs -r firefox"] none
    136 # pipe-selected=[xargs -r firefox] none
    137 # show-urls-launch=Control+Shift+u
    138 # show-urls-copy=none
    139 # show-urls-persistent=none
    140 # prompt-prev=Control+Shift+z
    141 # prompt-next=Control+Shift+x
    142 # unicode-input=none
    143 # noop=none
    144 
    145 [search-bindings]
    146 # cancel=Control+g Control+c Escape
    147 # commit=Return
    148 # find-prev=Control+r
    149 # find-next=Control+s
    150 # cursor-left=Left Control+b
    151 # cursor-left-word=Control+Left Mod1+b
    152 # cursor-right=Right Control+f
    153 # cursor-right-word=Control+Right Mod1+f
    154 # cursor-home=Home Control+a
    155 # cursor-end=End Control+e
    156 # delete-prev=BackSpace
    157 # delete-prev-word=Mod1+BackSpace Control+BackSpace
    158 # delete-next=Delete
    159 # delete-next-word=Mod1+d Control+Delete
    160 # extend-to-word-boundary=Control+w
    161 # extend-to-next-whitespace=Control+Shift+w
    162 # clipboard-paste=Control+v Control+Shift+v Control+y XF86Paste
    163 # primary-paste=Shift+Insert
    164 # unicode-input=none
    165 
    166 [mouse-bindings]
    167 # selection-override-modifiers=Shift
    168 # primary-paste=BTN_MIDDLE
    169 # select-begin=BTN_LEFT
    170 # select-begin-block=Control+BTN_LEFT
    171 # select-extend=BTN_RIGHT
    172 # select-extend-character-wise=Control+BTN_RIGHT
    173 # select-word=BTN_LEFT-2
    174 # select-word-whitespace=Control+BTN_LEFT-2
    175 # select-row=BTN_LEFT-3
    176 
    177 # vim: ft=dosini