Lots of config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user