From e879aa1129a1db1bfa3c40d06397a916403337ff Mon Sep 17 00:00:00 2001 From: Sergei Bulavintsev Date: Tue, 27 Feb 2024 17:29:28 +0300 Subject: [PATCH] chore(hyprland): change exit mapping --- nix/modules/home/desktop/hyprland/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/modules/home/desktop/hyprland/hyprland.conf b/nix/modules/home/desktop/hyprland/hyprland.conf index 1d4bb13..1d89840 100644 --- a/nix/modules/home/desktop/hyprland/hyprland.conf +++ b/nix/modules/home/desktop/hyprland/hyprland.conf @@ -115,7 +115,7 @@ $mainMod = SUPER # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, X, exec, wezterm bind = $mainMod, Q, killactive, -bind = $mainMod, M, exit, +bind = $mainMod SHIFT, M, exit bind = $mainMod, B, exec, firefox bind = $mainMod, F, fullscreen, bind = $mainMod, V, togglefloating,