From 33d620e938bce7986fb944bd6dc03cb788e6e5b3 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Thu, 24 Jul 2025 16:11:17 +0200 Subject: [PATCH] Update foot conf --- foot/.config/foot/foot.ini | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/foot/.config/foot/foot.ini b/foot/.config/foot/foot.ini index e522def..74c301e 100644 --- a/foot/.config/foot/foot.ini +++ b/foot/.config/foot/foot.ini @@ -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