autostart.lua 138 B

123
  1. hl.on("hyprland.start", function ()
  2. hl.exec_cmd("dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP")
  3. end)