From c4df484cce5583a5ffc52c47b1db9ddcc8038a3b Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 27 Jun 2026 00:19:49 -0700 Subject: [PATCH] hyprland: disable hyprtasking plugin --- dotfiles/config/hypr/hyprland/state.lua | 2 +- nixos/flake/hyprland-stuff.nix | 4 +++- nixos/hyprland.nix | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/dotfiles/config/hypr/hyprland/state.lua b/dotfiles/config/hypr/hyprland/state.lua index 7cfd6b82..52a32111 100644 --- a/dotfiles/config/hypr/hyprland/state.lua +++ b/dotfiles/config/hypr/hyprland/state.lua @@ -65,7 +65,7 @@ return { -- hook fires on every popup commit). Re-enable once fixed upstream. enable_hyprexpo = false, enable_hyprwinview = true, - enable_hyprtasking = true, + enable_hyprtasking = false, enable_workspace_history = true, enable_hyprwobbly = true, enable_dynamic_cursors = true, diff --git a/nixos/flake/hyprland-stuff.nix b/nixos/flake/hyprland-stuff.nix index 7456280d..1d039e47 100644 --- a/nixos/flake/hyprland-stuff.nix +++ b/nixos/flake/hyprland-stuff.nix @@ -293,7 +293,9 @@ hyprNStack hyprwinview hyprWorkspaceHistory - hyprtasking + # Disabled 2026-06-19: enabling the plugin correlates with frozen Hyprland + # sessions even though startup reaches the uwsm session target. + # hyprtasking hyprDynamicCursors hyprwobbly ] diff --git a/nixos/hyprland.nix b/nixos/hyprland.nix index 535f7826..e5896081 100644 --- a/nixos/hyprland.nix +++ b/nixos/hyprland.nix @@ -297,7 +297,9 @@ hyprNStack hyprwinview hyprWorkspaceHistory - hyprtasking + # Disabled 2026-06-19: enabling the plugin correlates with frozen Hyprland + # sessions even though startup reaches the uwsm session target. + # hyprtasking hyprDynamicCursors hyprwobbly ]