dot

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

commit 8acc55ecae4b2d3b819f3317718148a0fab010ea
parent 6d2d4d1d79f76525cb0383e023b66b4514708acc
Author: Chris <chris@echoz.io>
Date:   Mon, 12 Jan 2026 22:27:16 +0100

feat(hyprland): add shortcut to force kill

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

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