Update foot conf

This commit is contained in:
Fabio Scotto di Santolo
2025-07-24 16:11:17 +02:00
parent bc78966a34
commit 33d620e938

View File

@@ -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 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 initial-window-size-chars=160x45 # Initial size in character columns x rows
selection-target=clipboard # Copy selected text directly to system clipboard 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 settings ===
[mouse] [mouse]
hide-when-typing=yes # Automatically hide the mouse cursor while typing hide-when-typing=yes # Automatically hide the mouse cursor while typing
alternate-scroll-mode=no #
# === Scrollback bar indicator settings === # === Scrollback bar indicator settings ===
[scrollback] [scrollback]
@@ -21,6 +25,7 @@ scrollback-up-page=Shift+Page_Up # Scroll up
scrollback-down-page=Shift+Page_Down # Scroll down scrollback-down-page=Shift+Page_Down # Scroll down
clipboard-copy=Control+Shift+c # Copy selected text to clipboard clipboard-copy=Control+Shift+c # Copy selected text to clipboard
clipboard-paste=Control+Shift+v # Paste from clipboard clipboard-paste=Control+Shift+v # Paste from clipboard
show-urls-launch=Control+Shift+o
# === Cursor appearance === # === Cursor appearance ===
[cursor] [cursor]
@@ -30,6 +35,7 @@ beam-thickness=3 # Thickness of the beam cursor
# === Catppuccin Frappé color scheme === # === Catppuccin Frappé color scheme ===
[colors] [colors]
alpha=1.0 # Background trasparency
foreground=c6d0f5 # Default text color foreground=c6d0f5 # Default text color
background=303446 # Default background color background=303446 # Default background color