Persist workspace layout toggles across Hyprland reloads

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
David Heinemeier Hansson
2026-07-23 21:03:43 -07:00
co-authored by Claude Fable 5
parent 202296324a
commit 2c8639ffbd
4 changed files with 86 additions and 1 deletions
+2
View File
@@ -5,3 +5,5 @@ local toggles_dir = paths.state_home .. "/omarchy/toggles/hypr"
package.path = toggles_dir .. "/?.lua;" .. package.path
require_all.files(toggles_dir, nil, { reload = true })
require("default.hypr.workspace-layouts")