mirror of
https://github.com/celesrenata/end-4-flakes.git
synced 2026-06-05 18:29:26 -05:00
fix: update foot.ini template - add SpaceMono font, fix deprecated options
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
[main]
|
[main]
|
||||||
|
font=SpaceMono Nerd Font:size=11
|
||||||
term=xterm-256color
|
term=xterm-256color
|
||||||
login-shell=yes
|
login-shell=yes
|
||||||
app-id=foot
|
app-id=foot
|
||||||
@@ -27,7 +28,7 @@ uri-characters=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.
|
|||||||
|
|
||||||
[cursor]
|
[cursor]
|
||||||
style=beam
|
style=beam
|
||||||
color=@CURSOR_COLOR@
|
#color=@CURSOR_COLOR@
|
||||||
blink=no
|
blink=no
|
||||||
beam-thickness=1.5
|
beam-thickness=1.5
|
||||||
underline-thickness=<font-metrics>
|
underline-thickness=<font-metrics>
|
||||||
@@ -36,7 +37,7 @@ underline-thickness=<font-metrics>
|
|||||||
hide-when-typing=no
|
hide-when-typing=no
|
||||||
alternate-scroll-mode=yes
|
alternate-scroll-mode=yes
|
||||||
|
|
||||||
[colors]
|
[colors-dark]
|
||||||
alpha=0.95
|
alpha=0.95
|
||||||
background=@BACKGROUND_COLOR@
|
background=@BACKGROUND_COLOR@
|
||||||
foreground=@FOREGROUND_COLOR@
|
foreground=@FOREGROUND_COLOR@
|
||||||
@@ -83,7 +84,7 @@ scrollback-down-page=Shift+Page_Down
|
|||||||
scrollback-down-half-page=none
|
scrollback-down-half-page=none
|
||||||
scrollback-down-line=none
|
scrollback-down-line=none
|
||||||
clipboard-copy=Control+Shift+c XF86Copy
|
clipboard-copy=Control+Shift+c XF86Copy
|
||||||
clipboard-paste=Control+Shift+v XF86Paste
|
clipboard-paste=Control+v Control+Shift+v XF86Paste
|
||||||
primary-paste=Shift+Insert
|
primary-paste=Shift+Insert
|
||||||
search-start=Control+Shift+r
|
search-start=Control+Shift+r
|
||||||
font-increase=Control+plus Control+equal Control+KP_Add
|
font-increase=Control+plus Control+equal Control+KP_Add
|
||||||
|
|||||||
Reference in New Issue
Block a user