5 lines
131 B
Bash
Executable File
5 lines
131 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
printf '%s' "starting pasystray"
|
|
systemd-run --remain-after-exit --user --setenv=DISPLAY=${DISPLAY} pasystray
|