diff options
Diffstat (limited to 'raveos-hyprland-theme/theme-data/hypr/hyprland.lua')
| -rw-r--r-- | raveos-hyprland-theme/theme-data/hypr/hyprland.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/raveos-hyprland-theme/theme-data/hypr/hyprland.lua b/raveos-hyprland-theme/theme-data/hypr/hyprland.lua index ca6eb2b..af3ce8d 100644 --- a/raveos-hyprland-theme/theme-data/hypr/hyprland.lua +++ b/raveos-hyprland-theme/theme-data/hypr/hyprland.lua @@ -19,11 +19,11 @@ hl.monitor({ -- Autostart hl.on("hyprland.start", function() hl.exec_cmd("dms run") - hl.exec_cmd("HYPRSHELL_NO_USE_PLUGIN=1 hyprshell run") + hl.exec_cmd("raveswitch run") hl.exec_cmd("dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP") hl.exec_cmd("dbus-update-activation-environment --systemd --all") hl.exec_cmd("systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP") - hl.exec_cmd("systemctl --user start hyprpolkitagent.service") + hl.exec_cmd("/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1") hl.exec_cmd("gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'") hl.exec_cmd("bash -c 'wl-paste --watch cliphist store &'") -- raveos-welcome: itt nincs /etc/xdg/autostart feldolgozas (Hyprland |