2026-06-06 19:08:02 +01:00
|
|
|
hl.on("hyprland.start", function()
|
|
|
|
|
hl.exec_cmd("uwsm-app -- hypridle")
|
|
|
|
|
hl.exec_cmd("uwsm-app -- mako")
|
|
|
|
|
hl.exec_cmd("uwsm-app -- hyprsunset")
|
|
|
|
|
hl.exec_cmd("uwsm-app -- fcitx5 --disable notificationitem")
|
2026-06-07 20:58:21 +01:00
|
|
|
hl.exec_cmd("Enpass -minimize")
|
|
|
|
|
hl.exec_cmd("nextcloud")
|
2026-06-06 19:08:02 +01:00
|
|
|
hl.exec_cmd("station-bg-random")
|
|
|
|
|
hl.exec_cmd("/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1")
|
|
|
|
|
hl.exec_cmd("dbus-update-activation-environment --systemd --all")
|
|
|
|
|
end)
|