11 lines
311 B
Lua
11 lines
311 B
Lua
-- exec-once = hyprpaper # wallpaper
|
|
-- exec-once = cava -p ~/.config/cava/config
|
|
|
|
hl.on("hyprland.start", function()
|
|
hl.exec_cmd("/usr/lib/hyprpolkitagent/hyprpolkitagent")
|
|
hl.exec_cmd("/usr/bin/qs &")
|
|
hl.exec_cmd("awww-daemon")
|
|
hl.exec_cmd("hyprsunset")
|
|
hl.exec_cmd("qs -c overview")
|
|
end)
|