Dotfiles/wayland/.config/foot/foot.ini

101 lines
1.9 KiB
INI

# foot.ini - Imitation of custom st config.h
[main]
# shell: static char shell[] = "/usr/local/bin/zsh";
#shell=/usr/local/bin/zsh
# font: static char font[] = "Input Mono:pixelsize=19...";
font=Input Mono:pixelsize=19
# borderpx = 2
pad=2x2 center
# termname[] = "xterm-256color"
term=xterm-256color
[scrollback]
# histsize 2000
lines=2000
[cursor]
# cursorshape = 2 (Block)
style=block
# blinktimeout = 800 (Set to yes for blinking)
blink=no
[colors]
# defaultfg = 7 (gray90 / #e5e5e5)
# defaultbg = 0 (black / #000000)
#foreground=e5e5e5
foreground=e5e5e5
#background=000000
background=253b40
# Cursor colors (Fixed: moved here and typo corrected)
# defaultrcs (text inside cursor) -> #555555
# defaultcs (cursor background) -> #cccccc
#cursor-foreground=555555
#cursor-background=cccccc
## Normal/Regular Colors (0-7) from X11 names
# black
regular0=000000
# red3
regular1=cd0000
# green3
regular2=00cd00
# yellow3
regular3=cdcd00
# blue2
regular4=4169e1
# magenta3
regular5=cd00cd
# cyan3
regular6=00cdcd
# gray90
regular7=e5e5e5
## Bright Colors (8-15)
# gray50
bright0=7f7f7f
# red
bright1=ff0000
# green
bright2=00ff00
# yellow
bright3=ffff00
# #5c5cff (Custom from config.h)
bright4=5c5cff
# magenta
bright5=ff00ff
# cyan
bright6=00ffff
# white
bright7=ffffff
[key-bindings]
# scrollback-up-page: Shift+Page_Up
scrollback-up-page=Shift+Page_Up
# scrollback-down-page: Shift+Page_Down
scrollback-down-page=Shift+Page_Down
# clipcopy: ControlMask|ShiftMask + C
clipboard-copy=Control+Shift+c
# clippaste: ControlMask|ShiftMask + V OR Mod1(Alt)|ShiftMask + Insert
clipboard-paste=Control+Shift+v Mod1+Shift+Insert
# selpaste (Primary Selection): ShiftMask + Insert
primary-paste=Shift+Insert
# xzoom (Zoom In): Mod1(Alt)|ShiftMask + Prior (PageUp)
font-increase=Mod1+Shift+Page_Up
# xzoom (Zoom Out): Mod1(Alt)|ShiftMask + Next (PageDown)
font-decrease=Mod1+Shift+Page_Down
# xzoomreset: Mod1(Alt)|ShiftMask + Home
font-reset=Mod1+Shift+Home