Add launch scripts for reaper, update some related ENV vars

This commit is contained in:
2025-10-03 17:37:59 -05:00
parent eb623754e6
commit 1be24fa795
9 changed files with 56 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/sh
# for reference, default macos directory was in $HOME/Library/Application Support/GIMP/
nohup \
env GIMP2_DIRECTORY=$XDG_CONFIG_HOME/gimp \
/Applications/GIMP.app/Contents/MacOS/gimp \
> /dev/null 2>&1 \
&