hyprland: disable hyprtasking plugin

This commit is contained in:
2026-06-27 00:19:49 -07:00
parent d5a834e1dc
commit c4df484cce
3 changed files with 7 additions and 3 deletions

View File

@@ -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,

View File

@@ -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
]

View File

@@ -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
]