Add launch scripts for reaper, update some related ENV vars
This commit is contained in:
8
src_files/.local/bin/launch-gimp
Executable file
8
src_files/.local/bin/launch-gimp
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
# for reference, default linux directory was in $XDG_CONFIG_HOME/GIMP/
|
||||
nohup \
|
||||
env GIMP2_DIRECTORY=$XDG_CONFIG_HOME/gimp \
|
||||
gimp \
|
||||
> /dev/null 2>&1 \
|
||||
&
|
Reference in New Issue
Block a user