Files
SDG-OS/ghostty/config.ghostty
T
2026-05-18 17:12:20 +02:00

30 lines
823 B
Plaintext

theme = dankcolors
background-opacity = 0.7
command = /bin/zsh
initial-command = /bin/zsh -c fastfetch && echo "" && shuf -n 1 ~/.config/sdgos/tips/tips.list && echo "[SDG-OS Tips]: use the 'tipme' command for random tips" && echo "[SDG-OS Tips]: 'alltips' to see all tips in a searchable interface" && echo "[SDG-OS Tips]: or the SUPER+0 keybind to be notified of a random tip" && zsh
scrollback-limit = 999999
link-url = true
link-previews = true
window-decoration = none
focus-follows-mouse = true
shell-integration = zsh
window-inherit-working-directory = false
tab-inherit-working-directory = true
split-inherit-working-directory = true
keybind = ctrl+up=new_split:up
keybind = ctrl+down=new_split:down
keybind = ctrl+left=new_split:left
keybind = ctrl+right=new_split:right
keybind = ctrl+r=reload_config