From 382a2afb1ff2de05db42c9727188c65c0da6440f Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Thu, 27 Nov 2025 01:38:19 +0100 Subject: [PATCH] temp removes ghostty systemd --- modules/ghostty/default.nix | 1 - modules/wm/niri/config/config.kdl | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/ghostty/default.nix b/modules/ghostty/default.nix index 573dd2f..5fce455 100644 --- a/modules/ghostty/default.nix +++ b/modules/ghostty/default.nix @@ -3,7 +3,6 @@ enable = true; enableFishIntegration = true; installVimSyntax = true; - systemd.enable = true; clearDefaultKeybinds = true; settings = { theme = "Catppuccin Mocha"; diff --git a/modules/wm/niri/config/config.kdl b/modules/wm/niri/config/config.kdl index 9687aa1..0c639cd 100644 --- a/modules/wm/niri/config/config.kdl +++ b/modules/wm/niri/config/config.kdl @@ -297,10 +297,10 @@ binds { Mod+Shift+Slash { show-hotkey-overlay; } // Suggested binds for running programs: terminal, app launcher, screen locker. - Mod+T hotkey-overlay-title="Open a terminal" { spawn "ghostty +new-window"; } + Mod+T hotkey-overlay-title="Open a terminal" { spawn "ghostty"; } Mod+Space hotkey-overlay-title="Launcher" { spawn "fuzzel"; } Mod+B hotkey-overlay-title="Browser" { spawn "firefox"; } - Mod+M hotkey-overlay-title="System Monitor" { spawn-sh "ghostty +new-window -e btop"; } + Mod+M hotkey-overlay-title="System Monitor" { spawn-sh "ghostty -e btop"; } Mod+N hotkey-overlay-title="File Manager" { spawn "nautilus"; } Mod+V hotkey-overlay-title="Clipboard" { spawn-sh "~/.config/fuzzel/bin/fuzzel-cliphist.sh"; } Mod+Alt+L hotkey-overlay-title="Lock the Screen: hyprlock" { spawn "hyprlock"; }