diff --git a/bin/omarchy-set-user b/bin/omarchy-set-user new file mode 100755 index 00000000..fe8b7c90 --- /dev/null +++ b/bin/omarchy-set-user @@ -0,0 +1,3 @@ +#!/bin/bash +# Track active Omarchy user for package migrations +echo "$USER:$HOME:$XDG_RUNTIME_DIR" > /tmp/omarchy-active-user diff --git a/default/hypr/autostart.conf b/default/hypr/autostart.conf index 8588ac6f..db6ad9d3 100644 --- a/default/hypr/autostart.conf +++ b/default/hypr/autostart.conf @@ -1,3 +1,4 @@ +exec-once = omarchy-set-user exec-once = uwsm-app -- hypridle exec-once = uwsm-app -- mako exec-once = uwsm-app -- waybar