Workspaces
This commit is contained in:
@@ -3,6 +3,7 @@ local monitor = require("monitor")
|
|||||||
local background = require("background")
|
local background = require("background")
|
||||||
local status_bar = require("status_bar")
|
local status_bar = require("status_bar")
|
||||||
local devices = require("devices")
|
local devices = require("devices")
|
||||||
|
local workspaces = require("workspaces")
|
||||||
|
|
||||||
-- On event
|
-- On event
|
||||||
hl.on("hyprland.start", function()
|
hl.on("hyprland.start", function()
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
|
||||||
|
|
||||||
|
return {
|
||||||
|
start = function() end,
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user