hyprland config

This commit is contained in:
2026-06-22 16:52:06 -05:00
parent 374cb77150
commit 006f1d41a7
13 changed files with 200 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
local config = require("variables.lua")
hl.on("hyprland.start", function ()
hl.exec_cmd(config.terminal)
hl.exec_cmd("nm-applet")
hl.exec_cmd(config.wallpaper_cmd)
hl.exec_cmd(config.bar_cmd)
end)