1
0
mirror of https://github.com/km4ack/patmenu2.git synced 2025-05-16 06:40:10 -07:00
This commit is contained in:
KM4ACK 2022-03-09 06:16:03 -06:00
parent 62b09bf3c9
commit 760026feb9

View File

@ -478,7 +478,7 @@ PATV=$(pat version | awk '{print $2}' | sed 's/v0.//' | awk -F "." '{print $1}')
if [ $PATV -le 11 ]; then
PATPATH=$HOME/.wl2k/
else
PATPATH=$XDGHOME_CONFIG_PATH/
PATPATH=$XDG_CONFIG_HOME/pat/
fi
fi