-
(niri unstable 2024-10-30 (commit d3e7224)) I wrote a script in #!/usr/bin/env bash
echo $(date +"%H:%M:%S") > ~/Downloads/time.txt I added this line at the end of the Niri
exited Niri, and logged back into my TTY session. However, when I launch Niri using |
Beta Was this translation helpful? Give feedback.
Answered by
YaLTeR
Nov 2, 2024
Replies: 1 comment 1 reply
-
niri does not split arguments and does not expand ~ in arguments, you need to pass them separately: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
WantenMN
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
niri does not split arguments and does not expand ~ in arguments, you need to pass them separately:
spawn-at-startup "bash" "/home/USERNAME/.config/niri/test.sh"