From 9d2301e84b864a083db831caedbb937977f6dd39 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 30 Mar 2024 06:35:13 -0400 Subject: [PATCH] hyprland(hycov): Disable alt_release_exit This fixes an issue where hycov would prematurely exit when using the Alt+Tab keybind. Instead, it's preferred to use the navigation keys to switch focus and press tab again to close hycov. --- home/hyprland.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index 78fb28e2..f9fa7c4d 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -352,7 +352,6 @@ in hycov { hotarea_pos = 2 enable_gesture = 1 - enable_alt_release_exit = 1 } }