dot

NixOS dotfiles
git clone https://git.echoz.io/dot.git
Log | Files | Refs

commit 1a597d92327b305f7e7b848b1d7acdc392204da0
parent 8acc55ecae4b2d3b819f3317718148a0fab010ea
Author: Chris <chris@echoz.io>
Date:   Mon, 12 Jan 2026 22:28:08 +0100

fix(hyprland): revert to killactive

Diffstat:
Mmodules/hypr/hyprland.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/hypr/hyprland.nix b/modules/hypr/hyprland.nix @@ -113,7 +113,7 @@ "$mod" = lib.mkDefault "SUPER"; bind = [ - "$mod, Q, closeactive," + "$mod, Q, killactive," "$mod SHIFT, Q, forcekillactive," "$mod SHIFT, Delete, exit," "$mod, F, fullscreen, 0"