diff --git a/default/hypr/autostart.lua b/default/hypr/autostart.lua index a55ade89..dc192b0a 100644 --- a/default/hypr/autostart.lua +++ b/default/hypr/autostart.lua @@ -8,7 +8,7 @@ hl.on("hyprland.start", function() hl.exec_cmd("omarchy-first-run") hl.exec_cmd("omarchy-powerprofiles-init") hl.exec_cmd(o.launch("omarchy-hyprland-monitor-watch")) - hl.exec_cmd(o.launch("udiskie --automount --notify --no-tray")) + hl.exec_cmd(o.launch("udiskie --automount --no-notify --no-tray")) -- Run post-boot hooks after startup config has loaded. hl.exec_cmd("sleep 2 && omarchy-hook post-boot")