mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 04:37:49 +02:00
17 lines
784 B
Lua
17 lines
784 B
Lua
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.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.exec_on_start("sleep 2 && omarchy-hook post-boot")
|