mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Drop a breadcrumb for the user
This commit is contained in:
3
bin/omarchy-set-user
Executable file
3
bin/omarchy-set-user
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# Track active Omarchy user for package migrations
|
||||||
|
echo "$USER:$HOME:$XDG_RUNTIME_DIR" > /tmp/omarchy-active-user
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
exec-once = omarchy-set-user
|
||||||
exec-once = uwsm-app -- hypridle
|
exec-once = uwsm-app -- hypridle
|
||||||
exec-once = uwsm-app -- mako
|
exec-once = uwsm-app -- mako
|
||||||
exec-once = uwsm-app -- waybar
|
exec-once = uwsm-app -- waybar
|
||||||
|
|||||||
Reference in New Issue
Block a user