From ddb2084a68afbf611ba3aab5986a0d18e2210978 Mon Sep 17 00:00:00 2001 From: jStmaX! <87650746+jstmaxlol@users.noreply.github.com> Date: Thu, 28 Aug 2025 13:15:31 +0200 Subject: move ghostty_config to cfg/ --- cfg/ghostty_config | 19 +++++++++++++++++++ ghostty_config | 19 ------------------- 2 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 cfg/ghostty_config delete mode 100644 ghostty_config diff --git a/cfg/ghostty_config b/cfg/ghostty_config new file mode 100644 index 0000000..8ff14d7 --- /dev/null +++ b/cfg/ghostty_config @@ -0,0 +1,19 @@ +# +## @jstmaxlol / ceez2exzt's ghostty config - v2 bc i spaced it cooler xd +### thanks to: +## @mansoorbarri, 00-kat & ghostty's documentation +# + +background-opacity = 0.7 +background-blur = true # doesn't work on wayland, at least for me ig +theme = Pnevma +cursor-style = block +cursor-style-blink = false +cursor-invert-fg-bg = true +shell-integration-features = no-cursor +window-padding-y = 3 +window-padding-x = 4 +window-height = 23 +window-width = 80 +window-save-state = never +window-theme = dark diff --git a/ghostty_config b/ghostty_config deleted file mode 100644 index 8ff14d7..0000000 --- a/ghostty_config +++ /dev/null @@ -1,19 +0,0 @@ -# -## @jstmaxlol / ceez2exzt's ghostty config - v2 bc i spaced it cooler xd -### thanks to: -## @mansoorbarri, 00-kat & ghostty's documentation -# - -background-opacity = 0.7 -background-blur = true # doesn't work on wayland, at least for me ig -theme = Pnevma -cursor-style = block -cursor-style-blink = false -cursor-invert-fg-bg = true -shell-integration-features = no-cursor -window-padding-y = 3 -window-padding-x = 4 -window-height = 23 -window-width = 80 -window-save-state = never -window-theme = dark -- cgit v1.3.1