From a091cf8a79071e67c81e0314fbf56fb32edc0350 Mon Sep 17 00:00:00 2001 From: rocketcamel Date: Mon, 16 Jun 2025 02:48:15 -0700 Subject: [PATCH] feat: move to ghostty --- nix/modules/i3.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/nix/modules/i3.nix b/nix/modules/i3.nix index 2ba4d60..0cadeae 100644 --- a/nix/modules/i3.nix +++ b/nix/modules/i3.nix @@ -54,10 +54,14 @@ home-manager.users.luca = { programs = { - alacritty = { + ghostty = { enable = true; settings = { - window.opacity = 0.9; + "shell-integration-features" = "no-cursor"; + "background-opacity" = 0.8; + "cursor-style" = "block"; + "cursor-style-blink" = false; + "font-size" = 15; }; }; }; @@ -110,6 +114,7 @@ "${modifier}+Shift+j" = "move down"; "${modifier}+Shift+k" = "move up"; "${modifier}+Shift+l" = "move right"; + "${modifier}+Return" = "exec ghostty"; }; #startup = [ # {