diff options
-rw-r--r-- | .config/foot/foot.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 55eb42d..6bcb16a 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -2,12 +2,14 @@ # shell=$SHELL (if set, otherwise user's default shell from /etc/passwd) # term=foot (or xterm-256color if built with -Dterminfo=disabled) +term=xterm-256color # login-shell=no # app-id=foot # globally set wayland app-id. Default values are "foot" and "footclient" for desktop and server mode # title=foot # locked-title=no +font=Source Code Pro Medium:size=10.5 # font=monospace:size=8 # font-bold=<bold variant of regular font> # font-italic=<italic variant of regular font> @@ -49,6 +51,7 @@ [scrollback] # lines=1000 +lines=100000 # multiplier=3.0 # indicator-position=relative # indicator-format="" @@ -77,7 +80,9 @@ [colors] # alpha=1.0 # background=242424 +background=000000 # foreground=ffffff +foreground=c3c0b8 # flash=7f7f00 # flash-alpha=0.5 @@ -160,6 +165,7 @@ # pipe-selected=[xargs -r firefox] none # show-urls-launch=Control+Shift+o # show-urls-copy=none +show-urls-copy=Control+Shift+l # show-urls-persistent=none # prompt-prev=Control+Shift+z # prompt-next=Control+Shift+x |