dotfiles

my shiny new dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

template.ini (7657B)


      1 # -*- conf -*-
      2 
      3 # shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
      4 term=xterm-256color
      5 # login-shell=no
      6 
      7 # app-id=foot # globally set wayland app-id. Default values are "foot" and "footclient" for desktop and server mode
      8 # title=foot
      9 # locked-title=no
     10 
     11 font={FOOT_FONT}
     12 # font-bold=<bold variant of regular font>
     13 # font-italic=<italic variant of regular font>
     14 # font-bold-italic=<bold+italic variant of regular font>
     15 # font-size-adjustment=0.5
     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=no
     24 
     25 # initial-window-size-pixels=700x500  # Or,
     26 initial-window-size-chars=80x24
     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 # utmp-helper=/usr/lib/utempter/utempter  # When utmp backend is ‘libutempter’ (Linux)
     38 # utmp-helper=/usr/libexec/ulog-helper    # When utmp backend is ‘ulog’ (FreeBSD)
     39 
     40 [environment]
     41 # name=value
     42 
     43 [bell]
     44 # urgent=no
     45 # notify=no
     46 # visual=no
     47 # command=
     48 # command-focused=no
     49 
     50 [scrollback]
     51 # lines=1000
     52 # multiplier=3.0
     53 # indicator-position=relative
     54 # indicator-format=""
     55 
     56 [url]
     57 # launch=xdg-open ${url}
     58 # label-letters=sadfjklewcmpgh
     59 # osc8-underline=url-mode
     60 # protocols=http, https, ftp, ftps, file, gemini, gopher
     61 # uri-characters=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.,~:;/?#@!$&%*+="'()[]
     62 
     63 [cursor]
     64 # style=block
     65 # color=<inverse foreground/background>
     66 # blink=no
     67 # beam-thickness=1.5
     68 # underline-thickness=<font underline thickness>
     69 
     70 [mouse]
     71 # hide-when-typing=no
     72 # alternate-scroll-mode=yes
     73 
     74 [touch]
     75 # long-press-delay=400
     76 
     77 # Standard
     78 [colors]
     79 alpha=1.0
     80 # background=242424
     81 # foreground=ffffff
     82 # flash=7f7f00
     83 # flash-alpha=0.5
     84 
     85 ## Normal/regular colors (color palette 0-7)
     86 # regular0=242424  # black
     87 # regular1=f62b5a  # red
     88 # regular2=47b413  # green
     89 # regular3=e3c401  # yellow
     90 # regular4=24acd4  # blue
     91 # regular5=f2affd  # magenta
     92 # regular6=13c299  # cyan
     93 # regular7=e6e6e6  # white
     94 
     95 ## Bright colors (color palette 8-15)
     96 # bright0=616161   # bright black
     97 # bright1=ff4d51   # bright red
     98 # bright2=35d450   # bright green
     99 # bright3=e9e836   # bright yellow
    100 # bright4=5dc5f8   # bright blue
    101 # bright5=feabf2   # bright magenta
    102 # bright6=24dfc4   # bright cyan
    103 # bright7=ffffff   # bright white
    104 
    105 # --
    106 
    107 
    108 # Gruber Darker
    109 [colors]
    110 background=181818
    111 foreground=e4e4e4
    112 
    113 regular0=2E3436  # black
    114 regular1=a40000  # red
    115 regular2=4E9A06  # green
    116 regular3=C4A000  # yellow
    117 regular4=3465A4  # blue
    118 regular5=75507B  # magenta
    119 regular6=ce5c00  # cyan
    120 regular7=babdb9  # white
    121 
    122 bright0=555753  # bright black
    123 bright1=EF2929  # bright red
    124 bright2=8AE234  # bright green
    125 bright3=FCE94F  # bright yellow
    126 bright4=729FCF  # bright blue
    127 bright5=AD7FA8  # bright magenta
    128 bright6=fcaf3e  # bright cyan
    129 bright7=EEEEEC  # bright white
    130 
    131 # --
    132 
    133 # Catppuccin Mocha
    134 [colors]
    135 foreground=cdd6f4
    136 background=1e1e2e
    137 
    138 regular0=45475a
    139 regular1=f38ba8
    140 regular2=a6e3a1
    141 regular3=f9e2af
    142 regular4=89b4fa
    143 regular5=f5c2e7
    144 regular6=94e2d5
    145 regular7=bac2de
    146 
    147 bright0=585b70
    148 bright1=f38ba8
    149 bright2=a6e3a1
    150 bright3=f9e2af
    151 bright4=89b4fa
    152 bright5=f5c2e7
    153 bright6=94e2d5
    154 bright7=a6adc8
    155 
    156 selection-foreground=cdd6f4
    157 selection-background=414356
    158 
    159 search-box-no-match=11111b f38ba8
    160 search-box-match=cdd6f4 313244
    161 
    162 jump-labels=11111b fab387
    163 urls=89b4fa
    164 
    165 # --
    166 
    167 # Solarized Dark
    168 [colors]
    169 background= 002b36
    170 foreground= 839496
    171 regular0=   073642
    172 regular1=   dc322f
    173 regular2=   859900
    174 regular3=   b58900
    175 regular4=   268bd2
    176 regular5=   d33682
    177 regular6=   2aa198
    178 regular7=   eee8d5
    179 bright0=    002b36
    180 bright1=    cb4b16
    181 bright2=    586e75
    182 bright3=    657b83
    183 bright4=    839496
    184 bright5=    6c71c4
    185 bright6=    93a1a1
    186 bright7=    fdf6e3
    187 
    188 selection-foreground=93a1a1
    189 selection-background=073642
    190 
    191 # --
    192 
    193 ## dimmed colors (see foot.ini(5) man page)
    194 # dim0=<not set>
    195 # ...
    196 # dim7=<not-set>
    197 
    198 ## The remaining 256-color palette
    199 # 16 = <256-color palette #16>
    200 # ...
    201 # 255 = <256-color palette #255>
    202 
    203 ## Misc colors
    204 # selection-foreground=<inverse foreground/background>
    205 # selection-background=<inverse foreground/background>
    206 # jump-labels=<regular0> <regular3>          # black-on-yellow
    207 # scrollback-indicator=<regular0> <bright4>  # black-on-bright-blue
    208 # search-box-no-match=<regular0> <regular1>  # black-on-red
    209 # search-box-match=<regular0> <regular3>     # black-on-yellow
    210 # urls=<regular3>
    211 
    212 [csd]
    213 # preferred=server
    214 # size=26
    215 # font=<primary font>
    216 # color=<foreground color>
    217 # hide-when-maximized=no
    218 # double-click-to-maximize=yes
    219 # border-width=0
    220 # border-color=<csd.color>
    221 # button-width=26
    222 # button-color=<background color>
    223 # button-minimize-color=<regular4>
    224 # button-maximize-color=<regular2>
    225 # button-close-color=<regular1>
    226 
    227 [key-bindings]
    228 # scrollback-up-page=Shift+Page_Up
    229 # scrollback-up-half-page=none
    230 # scrollback-up-line=none
    231 # scrollback-down-page=Shift+Page_Down
    232 # scrollback-down-half-page=none
    233 # scrollback-down-line=none
    234 # scrollback-home=none
    235 # scrollback-end=none
    236 # clipboard-copy=Control+Shift+c XF86Copy
    237 # clipboard-paste=Control+Shift+v XF86Paste
    238 # primary-paste=Shift+Insert
    239 # search-start=Control+Shift+r
    240 # font-increase=Control+plus Control+equal Control+KP_Add
    241 # font-decrease=Control+minus Control+KP_Subtract
    242 # font-reset=Control+0 Control+KP_0
    243 # spawn-terminal=Control+Shift+n
    244 # minimize=none
    245 # maximize=none
    246 # fullscreen=none
    247 # pipe-visible=[sh -c "xurls | fuzzel | xargs -r firefox"] none
    248 # pipe-scrollback=[sh -c "xurls | fuzzel | xargs -r firefox"] none
    249 # pipe-selected=[xargs -r firefox] none
    250 # show-urls-launch=Control+Shift+o
    251 # show-urls-copy=none
    252 # show-urls-persistent=none
    253 # prompt-prev=Control+Shift+z
    254 # prompt-next=Control+Shift+x
    255 # unicode-input=Control+Shift+u
    256 # noop=none
    257 
    258 [search-bindings]
    259 # cancel=Control+g Control+c Escape
    260 # commit=Return
    261 # find-prev=Control+r
    262 # find-next=Control+s
    263 # cursor-left=Left Control+b
    264 # cursor-left-word=Control+Left Mod1+b
    265 # cursor-right=Right Control+f
    266 # cursor-right-word=Control+Right Mod1+f
    267 # cursor-home=Home Control+a
    268 # cursor-end=End Control+e
    269 # delete-prev=BackSpace
    270 # delete-prev-word=Mod1+BackSpace Control+BackSpace
    271 # delete-next=Delete
    272 # delete-next-word=Mod1+d Control+Delete
    273 # extend-char=Shift+Right
    274 # extend-to-word-boundary=Control+w Control+Shift+Right
    275 # extend-to-next-whitespace=Control+Shift+w
    276 # extend-line-down=Shift+Down
    277 # extend-backward-char=Shift+Left
    278 # extend-backward-to-word-boundary=Control+Shift+Left
    279 # extend-backward-to-next-whitespace=none
    280 # extend-line-up=Shift+Up
    281 # clipboard-paste=Control+v Control+Shift+v Control+y XF86Paste
    282 # primary-paste=Shift+Insert
    283 # unicode-input=none
    284 # scrollback-up-page=Shift+Page_Up
    285 # scrollback-up-half-page=none
    286 # scrollback-up-line=none
    287 # scrollback-down-page=Shift+Page_Down
    288 # scrollback-down-half-page=none
    289 # scrollback-down-line=none
    290 # scrollback-home=none
    291 # scrollback-end=none
    292 
    293 [url-bindings]
    294 # cancel=Control+g Control+c Control+d Escape
    295 # toggle-url-visible=t
    296 
    297 [text-bindings]
    298 # \x03=Mod4+c  # Map Super+c -> Ctrl+c
    299 
    300 [mouse-bindings]
    301 # scrollback-up-mouse=BTN_BACK
    302 # scrollback-down-mouse=BTN_FORWARD
    303 # selection-override-modifiers=Shift
    304 # primary-paste=BTN_MIDDLE
    305 # select-begin=BTN_LEFT
    306 # select-begin-block=Control+BTN_LEFT
    307 # select-extend=BTN_RIGHT
    308 # select-extend-character-wise=Control+BTN_RIGHT
    309 # select-word=BTN_LEFT-2
    310 # select-word-whitespace=Control+BTN_LEFT-2
    311 # select-quote = BTN_LEFT-3
    312 # select-row=BTN_LEFT-4
    313 
    314 # vim: ft=dosini