hyprland: autostart quickshell

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
rope 2026-05-26 11:19:28 +01:00
parent 8e914e3131
commit 71661498d9

View file

@ -238,6 +238,7 @@ in
-- Ensure hyprland-session.target starts even if HM's -- Ensure hyprland-session.target starts even if HM's
-- dbus-update-activation-environment chain fails upstream. -- dbus-update-activation-environment chain fails upstream.
hl.exec_cmd("systemctl --user start hyprland-session.target") hl.exec_cmd("systemctl --user start hyprland-session.target")
hl.exec_cmd("qs")
hl.exec_cmd("mako") hl.exec_cmd("mako")
${lib.optionalString isMacbook ''hl.exec_cmd("nm-applet --indicator")''} ${lib.optionalString isMacbook ''hl.exec_cmd("nm-applet --indicator")''}
hl.exec_cmd("wl-paste --type text --watch cliphist store") hl.exec_cmd("wl-paste --type text --watch cliphist store")