More helpers

This commit is contained in:
David Heinemeier Hansson
2026-05-14 12:02:53 +02:00
parent 41988fda2a
commit 4c48d83952
5 changed files with 72 additions and 44 deletions
+12 -12
View File
@@ -1,16 +1,16 @@
o.launch_on_start(o.launch("hypridle"))
o.launch_on_start(o.launch("mako"))
o.launch_on_start("! omarchy-toggle-enabled waybar-off && " .. o.launch("waybar"))
o.launch_on_start(o.launch("fcitx5 --disable notificationitem"))
o.launch_on_start(o.launch("swaybg -i ~/.config/omarchy/current/background -m fill"))
o.launch_on_start("/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1")
o.launch_on_start("omarchy-first-run")
o.launch_on_start("omarchy-powerprofiles-init")
o.launch_on_start(o.launch("omarchy-hyprland-monitor-watch"))
o.launch_on_start("hypridle")
o.launch_on_start("mako")
o.exec_on_start("! omarchy-toggle-enabled waybar-off && " .. o.launch("waybar"))
o.launch_on_start("fcitx5 --disable notificationitem")
o.launch_on_start("swaybg -i ~/.config/omarchy/current/background -m fill")
o.exec_on_start("/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1")
o.exec_on_start("omarchy-first-run")
o.exec_on_start("omarchy-powerprofiles-init")
o.launch_on_start("omarchy-hyprland-monitor-watch")
-- Slow app launch fix -- set systemd vars.
o.launch_on_start("systemctl --user import-environment $(env | cut -d'=' -f 1)")
o.launch_on_start("dbus-update-activation-environment --systemd --all")
o.exec_on_start("systemctl --user import-environment $(env | cut -d'=' -f 1)")
o.exec_on_start("dbus-update-activation-environment --systemd --all")
-- Run post-boot hooks after startup config has loaded.
o.launch_on_start("sleep 2 && omarchy-hook post-boot")
o.exec_on_start("sleep 2 && omarchy-hook post-boot")