diff --git a/desktopenvs/hyprlua/hypr/usr/autostart.lua b/desktopenvs/hyprlua/hypr/usr/autostart.lua index ba51b7d..304fde5 100644 --- a/desktopenvs/hyprlua/hypr/usr/autostart.lua +++ b/desktopenvs/hyprlua/hypr/usr/autostart.lua @@ -8,7 +8,6 @@ hl.on("hyprland.start", function() hl.exec_cmd("bash ~/Dotfiles/desktopenvs/hyprlua/scripts/ulwatchdog.sh") hl.exec_cmd("bash ~/Dotfiles/desktopenvs/hyprlua/scripts/ewwstart.sh") hl.exec_cmd("udiskie -t -m nested -n") - hl.exec_cmd("~/.config/scripts/unified-rotate.sh cw && sleep 0.3 && ~/.config/scripts/unified-rotate.sh ccw") hl.exec_cmd("systemctl --user start hyprpolkitagent") hl.exec_cmd("hyprsunset") hl.exec_cmd("nm-applet")