diff options
| author | Robert Günzler <r@gnzler.io> | 2025-04-30 13:30:23 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2025-04-30 13:30:23 +0200 |
| commit | 16292f226d2aac79166c08cfa8de3d01981078c3 (patch) | |
| tree | 606c2e19c6404f35da2f3f4e4c5ef7a4bea02b2b /.config/ghostty/config | |
| parent | 16a682ae6e1ce8a53392bea5e67ff9ef6a4e0eda (diff) | |
add ghostty
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '')
| -rw-r--r-- | .config/ghostty/config | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/.config/ghostty/config b/.config/ghostty/config new file mode 100644 index 0000000..9ac90ee --- /dev/null +++ b/.config/ghostty/config @@ -0,0 +1,39 @@ +term = ghostty +shell-integration = none + +cursor-style-blink = false +confirm-close-surface = false +resize-overlay = never + +window-decoration = none +gtk-titlebar = false + +window-theme = system +window-padding-balance = true +window-padding-color = extend + +font-size = 10 +font-family = "" +font-family = "Iosevka SS06 Extended" +font-family = "IPAexGothic" +font-family = "Noto Sans Mono CJK JP" +font-family = "Noto Sans Mono CJK KR" +font-family = "Noto Color Emoji" +font-family = "Material Design Icons Desktop" + +theme = dark:kanagawabones,light:acme +background-opacity = 0.99 + +title-report = true + +keybind = ctrl+comma=unbind +#keybind = xf86copy=copy_to_clipboard +#keybind = xf86paste=paste_from_clipboard + +#custom-shader = ./shaders/crt-shader-with-chromatic-aberration-glow-scanlines-dot-matrix.glsl +#custom-shader = ./shaders/glow.glsl +#custom-shader = ./shaders/dither.glsl +#custom-shader = ./shaders/bettercrt.glsl +#custom-shader = ./shaders/in-game-crt.glsl + +config-file = ?theme |