15 lines
654 B
Lua
15 lines
654 B
Lua
hl.on("hyprland.start", function()
|
|
-- hl.exec_cmd("~/.config/hypr/xdg-portal-hyprland")
|
|
-- hl.exec_cmd("dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP XAUTHORITY DISPLAY")
|
|
-- hl.exec_cmd("systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP")
|
|
hl.exec_cmd("systemctl --user start hyprpolkitagent")
|
|
hl.exec_cmd("hypridle")
|
|
hl.exec_cmd("hyprpaper")
|
|
hl.exec_cmd("hyprlauncher -d")
|
|
hl.exec_cmd("nm-applet")
|
|
hl.exec_cmd("nextcloud --background")
|
|
hl.exec_cmd("quickshell")
|
|
hl.exec_cmd("matugen")
|
|
hl.exec_cmd("wl-paste --type text --watch cliphist store")
|
|
end)
|