diff options
Diffstat (limited to '.config/foot/foot.ini')
-rw-r--r-- | .config/foot/foot.ini | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 89fe9a8..acae865 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -3,12 +3,12 @@ # shell=$SHELL (if set, otherwise user's default shell from /etc/passwd) # term=foot (or xterm-256color if built with -Dterminfo=disabled) # login-shell=no -shell=tmux new -t 0 +# shell=tmux new -t 0 # app-id=foot # title=foot # locked-title=no -font=monospace:size=14 +font=monospace:size=16 # font-bold=<bold variant of regular font> # font-italic=<italic variant of regular font> # font-bold-italic=<bold+italic variant of regular font> @@ -25,7 +25,8 @@ font=monospace:size=14 # initial-window-mode=windowed # optionally append 'center' -pad=20x20 +# pad=20x20 +pad=8x8 # resize-delay-ms=100 @@ -52,7 +53,7 @@ pad=20x20 # launch=xdg-open ${url} # label-letters=sadfjklewcmpgh # osc8-underline=url-mode -# protocols=http, https, ftp, ftps, file, gemini, gopher +protocols=http, https, ftp, ftps, file, gemini, gopher, aesgcm # uri-characters=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.,~:;/?#@!$&%*+="'()[] [cursor] @@ -144,7 +145,8 @@ urls=8be9fd # pipe-scrollback=[sh -c "xurls | fuzzel | xargs -r firefox"] none # pipe-selected=[xargs -r firefox] none # show-urls-launch=Control+Shift+u -# show-urls-copy=none +show-urls-launch=Control+Shift+o +show-urls-copy=Control+o # show-urls-persistent=none # noop=none |