Update foot conf
This commit is contained in:
@@ -4,11 +4,15 @@ shell=/bin/zsh # Default shell to launch in the terminal
|
||||
font=FiraCode Nerd Font:size=14 # Font family and size used in the terminal
|
||||
initial-window-size-chars=160x45 # Initial size in character columns x rows
|
||||
selection-target=clipboard # Copy selected text directly to system clipboard
|
||||
term=xterm-256color # Terminal type identifier (useful for compatibility)
|
||||
term=foot # Terminal type identifier (useful for compatibility)
|
||||
dpi-aware=yes
|
||||
pad=8x8
|
||||
server=yes
|
||||
|
||||
# === Mouse settings ===
|
||||
[mouse]
|
||||
hide-when-typing=yes # Automatically hide the mouse cursor while typing
|
||||
alternate-scroll-mode=no #
|
||||
|
||||
# === Scrollback bar indicator settings ===
|
||||
[scrollback]
|
||||
@@ -21,6 +25,7 @@ scrollback-up-page=Shift+Page_Up # Scroll up
|
||||
scrollback-down-page=Shift+Page_Down # Scroll down
|
||||
clipboard-copy=Control+Shift+c # Copy selected text to clipboard
|
||||
clipboard-paste=Control+Shift+v # Paste from clipboard
|
||||
show-urls-launch=Control+Shift+o
|
||||
|
||||
# === Cursor appearance ===
|
||||
[cursor]
|
||||
@@ -30,6 +35,7 @@ beam-thickness=3 # Thickness of the beam cursor
|
||||
|
||||
# === Catppuccin Frappé color scheme ===
|
||||
[colors]
|
||||
alpha=1.0 # Background trasparency
|
||||
foreground=c6d0f5 # Default text color
|
||||
background=303446 # Default background color
|
||||
|
||||
|
||||
Reference in New Issue
Block a user