7 lines
371 B
Lua
7 lines
371 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")
|
|
end)
|