This commit is contained in:
pika 2025-05-07 10:05:39 +02:00
parent ce781930fa
commit c0328467d2

144
foot.ini
View file

@ -2,7 +2,7 @@
# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd) # shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
term=xterm-256color term=xterm-256color
; # (or xterm-256color if built with -Dterminfo=disabled) # (or xterm-256color if built with -Dterminfo=disabled)
# login-shell=no # login-shell=no
app-id=foot # globally set wayland app-id. Default values are "foot" and "footclient" for desktop and server mode app-id=foot # globally set wayland app-id. Default values are "foot" and "footclient" for desktop and server mode
@ -23,9 +23,9 @@ font=CaskaydiaCove Nerd Font Mono:size=16
# strikeout-thickness=<font strikeout thickness> # strikeout-thickness=<font strikeout thickness>
box-drawings-uses-font-glyphs=yes box-drawings-uses-font-glyphs=yes
# dpi-aware=no # dpi-aware=no
# gamma-correct-blending=no gamma-correct-blending=no
initial-color-theme=1 # initial-color-theme=1
# initial-window-size-pixels=700x500 # Or, # initial-window-size-pixels=700x500 # Or,
# initial-window-size-chars=<COLSxROWS> # initial-window-size-chars=<COLSxROWS>
# initial-window-mode=windowed # initial-window-mode=windowed
@ -37,7 +37,7 @@ initial-color-theme=1
bold-text-in-bright=yes bold-text-in-bright=yes
# word-delimiters=,│`|:"'()[]{}<> # word-delimiters=,│`|:"'()[]{}<>
# selection-target=primary # selection-target=primary
# workers=<number of logical CPUs> workers=4
# utmp-helper=/usr/lib/utempter/utempter # When utmp backend is libutempter (Linux) # utmp-helper=/usr/lib/utempter/utempter # When utmp backend is libutempter (Linux)
# utmp-helper=/usr/libexec/ulog-helper # When utmp backend is ulog (FreeBSD) # utmp-helper=/usr/libexec/ulog-helper # When utmp backend is ulog (FreeBSD)
@ -45,18 +45,18 @@ bold-text-in-bright=yes
# name=value # name=value
[security] [security]
# osc52=enabled # disabled|copy-enabled|paste-enabled|enabled osc52=copy-enabled # disabled|copy-enabled|paste-enabled|enabled
[bell] [bell]
system=yes system=yes
# urgent=no urgent=no
notify=no notify=no
visual=yes visual=yes
# command= # command=
# command-focused=no # command-focused=no
[desktop-notifications] [desktop-notifications]
# 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} 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}
# command-action-argument=--action ${action-name}=${action-label} # command-action-argument=--action ${action-name}=${action-label}
# close="" # close=""
# inhibit-when-focused=yes # inhibit-when-focused=yes
@ -97,11 +97,11 @@ beam-thickness=1.2
hide-when-typing=yes hide-when-typing=yes
# alternate-scroll-mode=yes # alternate-scroll-mode=yes
[touch] # [touch]
# long-press-delay=400 # long-press-delay=400
; [colors] # [colors]
; alpha=0.9 # alpha=0.9
# alpha-mode=default # Can be `default`, `matching` or `all` # alpha-mode=default # Can be `default`, `matching` or `all`
# background=242424 # background=242424
# foreground=ffffff # foreground=ffffff
@ -111,32 +111,32 @@ hide-when-typing=yes
# moonfly # moonfly
# Based on https://github.com/bluz71/vim-moonfly-colors # Based on https://github.com/bluz71/vim-moonfly-colors
; [colors] # [colors]
; alpha=0.9 # alpha=0.9
; cursor = 080808 9e9e9e # cursor = 080808 9e9e9e
; foreground = b2b2b2 # foreground = b2b2b2
; background = 080808 # background = 080808
; #
; # selection-foreground = 080808 # # selection-foreground = 080808
; # selection-background = b2ceee # # selection-background = b2ceee
; #
; regular0 = 323437 # regular0 = 323437
; regular1 = ff5454 # regular1 = ff5454
; regular2 = 8cc85f # regular2 = 8cc85f
; regular3 = e3c78a # regular3 = e3c78a
; regular4 = 80a0ff # regular4 = 80a0ff
; regular5 = d183e8 # regular5 = d183e8
; regular6 = 79dac8 # regular6 = 79dac8
; regular7 = c6c6c6 # regular7 = c6c6c6
; #
; bright0 = 949494 # bright0 = 949494
; bright1 = ff5189 # bright1 = ff5189
; bright2 = 36c692 # bright2 = 36c692
; bright3 = c2c292 # bright3 = c2c292
; bright4 = 74b2ff # bright4 = 74b2ff
; bright5 = ae81ff # bright5 = ae81ff
; bright6 = 85dc85 # bright6 = 85dc85
; bright7 = e4e4e4 # bright7 = e4e4e4
# cursor=<inverse foreground/background> # cursor=<inverse foreground/background>
# #
# -*- conf -*- # -*- conf -*-
@ -173,7 +173,7 @@ hide-when-typing=yes
[colors] [colors]
# cursor=000000 babdb6 # cursor=000000 babdb6
alpha=0.97 alpha=0.6
foreground=babdb6 foreground=babdb6
background=000000 background=000000
regular0=2e3436 regular0=2e3436
@ -195,24 +195,24 @@ bright7=eeeeec
# #
# #
## Normal/regular colors (color palette 0-7) ## Normal/regular colors (color palette 0-7)
; regular0=242424 # black # regular0=242424 # black
; regular1=f62b5a # red # regular1=f62b5a # red
; regular2=47b413 # green # regular2=47b413 # green
; regular3=e3c401 # yellow # regular3=e3c401 # yellow
; regular4=24acd4 # blue # regular4=24acd4 # blue
; regular5=f2affd # magenta # regular5=f2affd # magenta
; regular6=13c299 # cyan # regular6=13c299 # cyan
; regular7=e6e6e6 # white # regular7=e6e6e6 # white
; #
; ## Bright colors (color palette 8-15) # ## Bright colors (color palette 8-15)
; bright0=616161 # bright black # bright0=616161 # bright black
; bright1=ff4d51 # bright red # bright1=ff4d51 # bright red
; bright2=35d450 # bright green # bright2=35d450 # bright green
; bright3=e9e836 # bright yellow # bright3=e9e836 # bright yellow
; bright4=5dc5f8 # bright blue # bright4=5dc5f8 # bright blue
; bright5=feabf2 # bright magenta # bright5=feabf2 # bright magenta
; bright6=24dfc4 # bright cyan # bright6=24dfc4 # bright cyan
; bright7=ffffff # bright white # bright7=ffffff # bright white
## dimmed colors (see foot.ini(5) man page) ## dimmed colors (see foot.ini(5) man page)
# dim0=<not set> # dim0=<not set>
@ -251,27 +251,27 @@ bright7=eeeeec
# search-box-match=<regular0> <regular3> # black-on-yellow # search-box-match=<regular0> <regular3> # black-on-yellow
# urls=<regular3> # urls=<regular3>
[colors2] # [colors2]
# Alternative color theme, see man page foot.ini(5) # Alternative color theme, see man page foot.ini(5)
regular0=242424 # black # regular0=242424 # black
regular1=f62b5a # red # regular1=f62b5a # red
regular2=47b413 # green # regular2=47b413 # green
regular3=e3c401 # yellow # regular3=e3c401 # yellow
regular4=24acd4 # blue # regular4=24acd4 # blue
regular5=f2affd # magenta # regular5=f2affd # magenta
regular6=13c299 # cyan # regular6=13c299 # cyan
regular7=e6e6e6 # white # regular7=e6e6e6 # white
## Bright colors (color palette 8-15) ## Bright colors (color palette 8-15)
bright0=616161 # bright black # bright0=616161 # bright black
bright1=ff4d51 # bright red # bright1=ff4d51 # bright red
bright2=35d450 # bright green # bright2=35d450 # bright green
bright3=e9e836 # bright yellow # bright3=e9e836 # bright yellow
bright4=5dc5f8 # bright blue # bright4=5dc5f8 # bright blue
bright5=feabf2 # bright magenta # bright5=feabf2 # bright magenta
bright6=24dfc4 # bright cyan # bright6=24dfc4 # bright cyan
bright7=ffffff # bright white # bright7=ffffff # bright white
[csd] [csd]
# preferred=server # preferred=server
# size=26 # size=26