aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-11-26 22:44:31 -0500
committerJesús <heckyel@hyperbola.info>2021-11-26 22:44:31 -0500
commitd969133c5dc74d47e82497e481cc4a8396b78053 (patch)
tree2d532c03eefc8d0b3fd628e32daa1eed9cdc4161
parent7ff0d1452fa598ddf88ffb635ed85006a5e871aa (diff)
downloadi3-config-d969133c5dc74d47e82497e481cc4a8396b78053.tar.lz
i3-config-d969133c5dc74d47e82497e481cc4a8396b78053.tar.xz
i3-config-d969133c5dc74d47e82497e481cc4a8396b78053.zip
bwrap: fix iceweasel-uxp directory
-rw-r--r--bwrap/iceweasel-uxp-private.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bwrap/iceweasel-uxp-private.bash b/bwrap/iceweasel-uxp-private.bash
index ad827c4..34c3274 100644
--- a/bwrap/iceweasel-uxp-private.bash
+++ b/bwrap/iceweasel-uxp-private.bash
@@ -33,7 +33,7 @@ set -euo pipefail
--bind-try /tmp/sndio /tmp/sndio \
--bind-try /tmp/sndio-"$(id -u)" /tmp/sndio-"$(id -u)" \
--bind-try "${HOME}/.sndio" "${HOME}/.sndio" \
- --bind "${HOME}/Descargas" "${HOME}/Descargas" \
+ --bind "$(xdg-user-dir DOWNLOAD)" "$(xdg-user-dir DOWNLOAD)" \
--chdir "${HOME}" \
--unshare-all \
--share-net \