diff options
| author | Robert Günzler <r@gnzler.io> | 2022-02-09 00:07:32 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-02-09 00:07:32 +0100 |
| commit | 5a7b0d9530d61ce2f2344306f47cb214c3460e09 (patch) | |
| tree | a71f925637f8975594f8cfc98ad7b43f8142a99d /.config | |
| parent | 27612a971ed53b20a858875e8437649f96ecef61 (diff) | |
foot: update config
Diffstat (limited to '.config')
| -rw-r--r-- | .config/foot/color_palette.ini | 7 | ||||
| -rw-r--r-- | .config/foot/color_palette.ini.in | 7 | ||||
| -rw-r--r-- | .config/foot/foot.ini | 28 |
3 files changed, 23 insertions, 19 deletions
diff --git a/.config/foot/color_palette.ini b/.config/foot/color_palette.ini index bcdbea9..857e300 100644 --- a/.config/foot/color_palette.ini +++ b/.config/foot/color_palette.ini @@ -1,3 +1,8 @@ +# auto-generated theme + +[cursor] +color=1c1c1c fad689 + [colors] alpha=0.95 @@ -21,7 +26,7 @@ bright5=986db2 bright6=81c7d4 bright7=fffffb -selection-background=ddd23b +selection-background=fad689 selection-foreground=1c1c1c jump-labels=bdc0ba 2ea9df urls=2ea9df diff --git a/.config/foot/color_palette.ini.in b/.config/foot/color_palette.ini.in index 77135ea..1cc8a6e 100644 --- a/.config/foot/color_palette.ini.in +++ b/.config/foot/color_palette.ini.in @@ -1,3 +1,8 @@ +# auto-generated theme + +[cursor] +color={{ hex_noprefix .normal_black }} {{ hex_noprefix .normal_yellow }} + [colors] alpha=0.95 @@ -21,7 +26,7 @@ bright5={{ hex_noprefix .bright_magenta }} bright6={{ hex_noprefix .bright_cyan }} bright7={{ hex_noprefix .bright_white }} -selection-background=ddd23b +selection-background={{ hex_noprefix .normal_yellow }} selection-foreground={{ hex_noprefix .normal_black }} jump-labels={{ hex_noprefix .normal_white }} {{ hex_noprefix .bright_blue }} urls={{ hex_noprefix .bright_blue }} diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index adf991b..342546c 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -1,11 +1,11 @@ -# vim: commentstring=#\ %s # font=Cozette:style=Medium font=Iosevka SS08:size=12,Sarasa Fixed J:size=12,Material Design Icons Desktop dpi-aware=no bold-text-in-bright=no box-drawings-uses-font-glyphs=no -# underline-offset=1px +resize-delay-ms = 0 +initial-window-size-pixels = 2560x1440 include=~/.config/foot/color_palette.ini @@ -18,31 +18,23 @@ notify=no [scrollback] lines=1000 -[cursor] -color=1c1c1c d0d0d0 -beam-thickness=0.8 - [mouse] -hide-when-typing=yes - -[csd] -preferred=server +hide-when-typing=no [key-bindings] -clipboard-copy=Control+Shift+C -clipboard-paste=Control+Shift+V +clipboard-copy=Control+Shift+c +clipboard-paste=Control+Shift+v primary-paste=Shift+Insert font-increase=Control+plus Control+equal font-decrease=Control+minus font-reset=Control+0 -show-urls-launch=Control+Shift+U +show-urls-launch=Control+Shift+u scrollback-up-page=Shift+Page_Up scrollback-down-page=Shift+Page_Down -search-start=Control+Shift+R +search-start=Control+Shift+r -pipe-scrollback=[sh -c "env MENU_PROMPT=' foot-pipe' menu -l10 | xargs -r url-launcher"] Control+Shift+P -pipe-visible=[wl-copy] Control+Shift+O -# pipe-selected=[sh -c "xurls | bemenu | xargs -r firefox"] none +pipe-visible=[wl-copy] Control+Shift+o +pipe-scrollback=[sh -c "env MENU_PROMPT=' foot-pipe' menu -l10 | xargs -r url-launcher"] Control+Shift+p [url] launch=url-launcher ${url} @@ -58,3 +50,5 @@ toggle-url-visible=t [tweak] grapheme-shaping=yes overflowing-glyphs=yes +font-monospace-warn=no +max-shm-pool-size-mb=1024 |