13 lines
521 B
Lua
13 lines
521 B
Lua
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")
|
||
|
|
hl.exec_cmd("uwsm-app -- Enpass -minimize")
|
||
|
|
hl.exec_cmd("uwsm-app -- Steam")
|
||
|
|
hl.exec_cmd("nextcloud")
|
||
|
|
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)
|