aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDemonKingSwarn <rockingswarn@gmail.com>2026-04-20 13:02:57 +0530
committerDemonKingSwarn <rockingswarn@gmail.com>2026-04-20 13:02:57 +0530
commit8f6aa3f13e7ad5f48f88d361229eb22e83a40eae (patch)
tree1cddaedb484739ad8e6afa53b318827925c5f7de
parentb9b4172616ce80d88f453065bb3bdaf2363b8bb3 (diff)
downloadodysseus-8f6aa3f13e7ad5f48f88d361229eb22e83a40eae.zip
odysseus-8f6aa3f13e7ad5f48f88d361229eb22e83a40eae.tar.gz
ghostty config improvements
-rw-r--r--config/ghostty.nix32
1 files changed, 16 insertions, 16 deletions
diff --git a/config/ghostty.nix b/config/ghostty.nix
index 7e7aef6..a8288f2 100644
--- a/config/ghostty.nix
+++ b/config/ghostty.nix
@@ -7,36 +7,36 @@
settings = {
theme = "Catppuccin Mocha";
#background = "#282a36";
- "background-opacity" = 0.9;
+ background-opacity = 0.9;
#custom-shader = "/home/swarn/.config/ghostty/bettercrt.glsl";
- "window-vsync" = true;
+ window-vsync = true;
title = "Ghostty";
class = "ghostty";
- "shell-integration" = "zsh";
+ shell-integration = "zsh";
- "quick-terminal-position" = "top";
- "quick-terminal-autohide" = false;
+ quick-terminal-position = "top";
+ quick-terminal-autohide = false;
- "font-family" = "LythMono Nerd Font";
- "font-size" = 16;
+ font-family = "LythMono Nerd Font";
+ font-size = 16;
- "cursor-style" = "block";
- "cursor-style-blink" = false;
- "shell-integration-features" = "no-cursor";
+ cursor-style = "block";
+ cursor-style-blink = false;
+ shell-integration-features = "no-cursor";
#gtk-titlebar = false;
- "window-decoration" = "server";
- "confirm-close-surface" = false;
+ window-decoration = "server";
+ confirm-close-surface = false;
- "window-theme" = "ghostty";
+ window-theme = "ghostty";
- "window-padding-x" = 8;
- "window-padding-y" = 2;
- "window-padding-balance" = true;
+ window-padding-x = 8;
+ window-padding-y = 2;
+ window-padding-balance = true;
keybind = [
"alt+shift+r=reload_config"