allow history writing

This commit is contained in:
valoq 2023-03-12 18:10:56 +01:00
parent 2692768ed4
commit 7b14597711
No known key found for this signature in database
GPG Key ID: 19F09A0FB865CBD8
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ set -euo pipefail
--proc /proc \
--ro-bind /run/user/"$(id -u)"/"$WAYLAND_DISPLAY" /run/user/"$(id -u)"/"$WAYLAND_DISPLAY" \
--ro-bind /etc/fonts /etc/fonts \
--bind-try ~/.local/share/zathura ~/.local/share/zathura \
--ro-bind-try ~/.config/zathura ~/.config/zathura \
--ro-bind-try ~/.cache/fontconfig ~/.cache/fontconfig \
--ro-bind-try "${@: -1}" "$(realpath "${@: -1}")" \