Lots of config

This commit is contained in:
2026-03-08 00:25:01 +00:00
parent 5723a8b677
commit e63ec85def
25 changed files with 1277 additions and 60 deletions

View File

@@ -1,3 +1,6 @@
# Dynamic theme colors
config-file = ?"~/.local/state/station/theme/ghostty.conf"
confirm-close-surface=false
keybind = all:unconsumed:ctrl+shift+,=reload_config
@@ -133,3 +136,34 @@ keybind = all:unconsumed:shift+arrow_left=unbind
keybind = all:unconsumed:shift+arrow_right=unbind
#adjust_selection:up
keybind = all:unconsumed:shift+arrow_up=unbind
# Font
font-family = "Fira Code Nerd Font"
font-style = Regular
font-size = 9
# Window
window-theme = ghostty
window-padding-x = 14
window-padding-y = 14
confirm-close-surface=false
resize-overlay = never
gtk-toolbar-style = flat
# Cursor styling
cursor-style = "block"
cursor-style-blink = false
# Cursor styling + SSH session terminfo
# (all shell integration options must be passed together)
shell-integration-features = no-cursor,ssh-env
# Keyboard bindings
keybind = shift+insert=paste_from_clipboard
keybind = control+insert=copy_to_clipboard
# Slowdown mouse scrolling
mouse-scroll-multiplier = 0.95
# Fix general slowness on hyprland (https://github.com/ghostty-org/ghostty/discussions/3224)
async-backend = epoll