Workspaces

This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-07-01 23:14:51 +02:00
parent 3c6d75de94
commit 972c026410
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ local monitor = require("monitor")
local background = require("background")
local status_bar = require("status_bar")
local devices = require("devices")
local workspaces = require("workspaces")
-- On event
hl.on("hyprland.start", function()
+5
View File
@@ -0,0 +1,5 @@
return {
start = function() end,
}