From f4c27e50e5d8decf18db6c2dca55d7cb81a403cc Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 29 Mar 2024 16:42:19 -0400 Subject: [PATCH] hyprland(hycov): Fix crash by not using auto_next Unfortunately hycov will crash hyprland if it tries to draw itself when there are no available clients and auto_next is enabled. --- home/hyprland.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index 4a67b289..78fb28e2 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -353,7 +353,6 @@ in hotarea_pos = 2 enable_gesture = 1 enable_alt_release_exit = 1 - alt_toggle_auto_next = 1 } }