dotfiles

Dash Eclipse's dotfiles
git clone git://ezup.dev/dotfiles.git
Log | Files | Refs | README | LICENSE

foot.ini (3449B)


      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
      7# font=monospace:size=8
      8# font-bold=<bold variant of regular font>
      9# font-italic=<italic variant of regular font>
     10# font-bold-italic=<bold+italic variant of regular font>
     11# line-height=<font metrics>
     12# letter-spacing=0
     13# horizontal-letter-offset=0
     14# vertical-letter-offset=0
     15# box-drawings-uses-font-glyphs=no
     16# dpi-aware=yes
     17font=FiraCode-Regular:size=10
     18
     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
     25# notify=notify-send -a foot -i foot ${title} ${body}
     26# url-launch=xdg-open ${url}
     27
     28# bold-text-in-bright=no
     29# bell=none
     30# word-delimiters=,│`|:"'()[]{}<>
     31# jump-label-letters=sadfjklewcmpgh
     32# selection-target=primary
     33# workers=<number of logical CPUs>
     34# osc8-underline=url-mode
     35
     36[scrollback]
     37# lines=1000
     38# multiplier=3.0
     39# indicator-position=relative
     40# indicator-format=
     41
     42[cursor]
     43# style=block
     44# color=111111 dcdccc
     45# blink=no
     46color=1e222a c8ccd4
     47
     48[mouse]
     49# hide-when-typing=no
     50# alternate-scroll-mode=yes
     51
     52[colors]
     53foreground=c8ccd4
     54background=1e222a
     55regular0=2d3139
     56regular1=f9929b
     57regular2=a3be8c
     58regular3=fbdf90
     59regular4=61afef
     60regular5=c678dd
     61regular6=56b6c2
     62regular7=abb2bf
     63bright0=545862
     64bright1=f9929b
     65bright2=a3be8c
     66bright3=fbdf90
     67bright4=61afef
     68bright5=c678dd
     69bright6=56b6c2
     70bright7=c8ccd4
     71
     72[csd]
     73# preferred=server
     74# size=26
     75# color=<foreground color>
     76# button-width=26
     77# button-minimize-color=<regular4>
     78# button-maximize-color=<regular2>
     79# button-close-color=<regular1>
     80
     81[key-bindings]
     82# scrollback-up-page=Shift+Page_Up
     83# scrollback-up-half-page=none
     84# scrollback-up-line=none
     85# scrollback-down-page=Shift+Page_Down
     86# scrollback-down-half-page=none
     87# scrollback-down-line=none
     88# clipboard-copy=Control+Shift+c
     89# clipboard-paste=Control+Shift+v
     90# primary-paste=Shift+Insert
     91# search-start=Control+Shift+r
     92# font-increase=Control+plus Control+equal Control+KP_Add
     93# font-decrease=Control+minus Control+KP_Subtract
     94# font-reset=Control+0 Control+KP_0
     95# spawn-terminal=Control+Shift+n
     96# minimize=none
     97# maximize=none
     98# fullscreen=none
     99# pipe-visible=[sh -c "xurls | fuzzel | xargs -r firefox"] none
    100# pipe-scrollback=[sh -c "xurls | fuzzel | xargs -r firefox"] none
    101# pipe-selected=[xargs -r firefox] none
    102# show-urls-launch=Control+Shift+u
    103# show-urls-copy=none
    104
    105[search-bindings]
    106# cancel=Control+g Escape
    107# commit=Return
    108# find-prev=Control+r
    109# find-next=Control+s
    110# cursor-left=Left Control+b
    111# cursor-left-word=Control+Left Mod1+b
    112# cursor-right=Right Control+f
    113# cursor-right-word=Control+Right Mod1+f
    114# cursor-home=Home Control+a
    115# cursor-end=End Control+e
    116# delete-prev=BackSpace
    117# delete-prev-word=Mod1+BackSpace Control+BackSpace
    118# delete-next=Delete
    119# delete-next-word=Mod1+d Control+Delete
    120# extend-to-word-boundary=Control+w
    121# extend-to-next-whitespace=Control+Shift+w
    122# clipboard-paste=Control+v Control+y
    123# primary-paste=Shift+Insert
    124
    125[url-bindings]
    126# cancel=Control+g Control+d Escape
    127# toggle-url-visible=t
    128
    129[mouse-bindings]
    130# primary-paste=BTN_MIDDLE
    131# select-begin=BTN_LEFT
    132# select-begin-block=Control+BTN_LEFT
    133# select-extend=BTN_RIGHT
    134# select-extend-character-wise=Control+BTN_RIGHT
    135# select-word=BTN_LEFT-2
    136# select-word-whitespace=Control+BTN_LEFT-2
    137# select-row=BTN_LEFT-3