additional work to setup hyprland

This commit is contained in:
2026-08-14 21:27:58 -06:00
parent 2b7b18c66d
commit 6e1ed76eed
13 changed files with 149 additions and 20 deletions
+7 -4
View File
@@ -1,11 +1,14 @@
-- Autostart. See https://wiki.hypr.land/Configuring/Basics/Autostart/
hl.on("hyprland.start", function()
hl.exec_cmd("hyprctl setcursor catppuccin-mocha-dark-cursors 28 &")
hl.exec_cmd("systemctl --user start hyprpolkitagent &")
hl.exec_cmd("systemctl --user start plasma-polkit-agent &")
hl.exec_cmd("waybar & mako & hyprpaper & hypridle & wluma & hyprshell run &")
hl.exec_cmd("systemctl --user start hypr-lid.service &")
hl.exec_cmd("blueman-applet &")
hl.exec_cmd("1password --silent &")
hl.exec_cmd("op signin &")
hl.exec_cmd("systemctl --user start hyprland-session.target &")
hl.exec_cmd("blueman-applet &")
hl.exec_cmd("sunsetr &")
end)
hl.on("hyprland.shutdown", function()
os.execute("systemctl --user stop hyprland-session.target && sleep 0.1")
end)