From 46d9fa3f6abaca0fc1d12eabb31836b0bb078ccb Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 28 Jun 2026 15:41:48 +0100 Subject: [PATCH] Load workspace config first --- .config/hypr/hyprland.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/hyprland.lua b/.config/hypr/hyprland.lua index 0b35ed7..a72a820 100644 --- a/.config/hypr/hyprland.lua +++ b/.config/hypr/hyprland.lua @@ -1,8 +1,8 @@ require("autostart") +require("workspaces") require("bindings") require("envs") require("looknfeel") require("input") require("windows") require("monitors") -require("workspaces")