diff options
author | sinanmohd <sinan@firemail.cc> | 2023-07-05 21:41:53 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-07-05 21:41:53 +0530 |
commit | de79327879058f9239f3e285925b4067771b53b3 (patch) | |
tree | cee83f883dfadf4cd4848d8b4744caf135a514db | |
parent | 18bde238ac264b1d2e412ece932875f98b485a66 (diff) |
damb: follow xdg spec
-rwxr-xr-x | damb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ # dir where audio files are stored amb_dir="$HOME/.local/share/damb" -pid_file="/tmp/damb.pid" +pid_file="${XDG_RUNTIME_DIR:-${TMPDIR:-/tmp}}/damb.pid" config_dir="$HOME/.config/damb" menu="wmenu" |