mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
Update foot.ini
This commit is contained in:
parent
c2826d9eb3
commit
67c927e54d
1 changed files with 20 additions and 43 deletions
|
|
@ -1,19 +1,9 @@
|
|||
# -*- conf -*-
|
||||
|
||||
shell=fish
|
||||
# term=foot (or xterm-256color if built with -Dterminfo=disabled)
|
||||
term=xterm-256color
|
||||
# login-shell=no
|
||||
|
||||
# app-id=foot
|
||||
title=foot
|
||||
# locked-title=no
|
||||
|
||||
font=SpaceMono Nerd Font:size=11
|
||||
# font-bold=<bold variant of regular font>
|
||||
# font-italic=<italic variant of regular font>
|
||||
# font-bold-italic=<bold+italic variant of regular font>
|
||||
# line-height=<font metrics>
|
||||
letter-spacing=0
|
||||
# horizontal-letter-offset=0
|
||||
# vertical-letter-offset=0
|
||||
|
|
@ -34,17 +24,8 @@ bold-text-in-bright=no
|
|||
# selection-target=primary
|
||||
# workers=<number of logical CPUs>
|
||||
|
||||
[bell]
|
||||
# urgent=no
|
||||
# notify=no
|
||||
# command=
|
||||
# command-focused=no
|
||||
|
||||
[scrollback]
|
||||
lines=10000
|
||||
# multiplier=3.0
|
||||
# indicator-position=relative
|
||||
# indicator-format=
|
||||
|
||||
[url]
|
||||
# launch=xdg-open ${url}
|
||||
|
|
@ -55,36 +36,32 @@ lines=10000
|
|||
|
||||
[cursor]
|
||||
style=beam
|
||||
# color=111111 dcdccc
|
||||
color=1b1b1f e4e1e6
|
||||
color=111012 e7e0e5
|
||||
# blink=no
|
||||
beam-thickness=1.5
|
||||
# underline-thickness=<font underline thickness>
|
||||
|
||||
[mouse]
|
||||
# hide-when-typing=no
|
||||
# alternate-scroll-mode=yes
|
||||
|
||||
[colors]
|
||||
alpha=1
|
||||
background=1b1b1f
|
||||
foreground=e4e1e6
|
||||
regular0=1b1b1f
|
||||
background=111012
|
||||
foreground=e7e0e5
|
||||
regular0=111012
|
||||
regular1=ffb4a9
|
||||
regular2=4f52b8
|
||||
regular3=e0e0ff
|
||||
regular4=e0e0ff
|
||||
regular5=e2e0f9
|
||||
regular6=bfc2ff
|
||||
regular7=c7c5d0
|
||||
bright0=1b1b1f
|
||||
regular2=784a9a
|
||||
regular3=f4d9ff
|
||||
regular4=f4d9ff
|
||||
regular5=eedcf5
|
||||
regular6=e4b5ff
|
||||
regular7=cdc3ce
|
||||
bright0=111012
|
||||
bright1=ffb4a9
|
||||
bright2=4f52b8
|
||||
bright3=e0e0ff
|
||||
bright4=e0e0ff
|
||||
bright5=e2e0f9
|
||||
bright6=bfc2ff
|
||||
bright7=c7c5d0
|
||||
bright2=784a9a
|
||||
bright3=f4d9ff
|
||||
bright4=f4d9ff
|
||||
bright5=eedcf5
|
||||
bright6=e4b5ff
|
||||
bright7=cdc3ce
|
||||
|
||||
[csd]
|
||||
# preferred=server
|
||||
|
|
@ -122,10 +99,10 @@ search-start=Control+f
|
|||
# show-urls-copy=none
|
||||
|
||||
[search-bindings]
|
||||
# cancel=Control+g Control+c Escape
|
||||
cancel=Escape
|
||||
find-prev=Shift+F3
|
||||
find-next=F3 Control+G
|
||||
# commit=Return
|
||||
# find-prev=Control+r
|
||||
# find-next=Control+s
|
||||
# cursor-left=Left Control+b
|
||||
# cursor-left-word=Control+Left Mod1+b
|
||||
# cursor-right=Right Control+f
|
||||
|
|
|
|||
Loading…
Reference in a new issue