From 03205ffadae3db275b6e97f4361f125e903484e8 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 30 Aug 2023 16:16:11 -0400 Subject: [PATCH] hyprland: Use Super+Shift+Q to close windows This makes it harder to accidentally close windows. --- home/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index 521843cb..8267f0eb 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -166,7 +166,7 @@ in $SUPER_ALT = ${modifier}_ALT bind = $SUPER_SHIFT, Return, exec, kitty - bind = $SUPER, Q, killactive + bind = $SUPER_SHIFT, Q, killactive bind = $SUPER, W, exec, ~/.config/hypr/random-bg.fish bind = $SUPER, P, exec, dunstify --icon=$(grimblast save screen) Screenshot Captured. bind = , Print, exec, grimblast copy area