more convenient folders

This commit is contained in:
Frieder Schlesier 2016-10-05 11:28:11 +02:00
parent 99e95474bc
commit a6f28d2546
1 changed files with 6 additions and 4 deletions

View File

@ -193,6 +193,7 @@ icedove() {
--name="icedove" \ --name="icedove" \
-v /etc/localtime:/etc/localtime:ro \ -v /etc/localtime:/etc/localtime:ro \
-v $HOME/Downloads/:/root/Downloads \ -v $HOME/Downloads/:/root/Downloads \
-v $HOME/Documents/:/root/Documents \
-v $HOME/.thunderbird/:/root/.icedove \ -v $HOME/.thunderbird/:/root/.icedove \
-v $HOME/.gnupg/:/root/.gnupg \ -v $HOME/.gnupg/:/root/.gnupg \
-v /tmp/.X11-unix:/tmp/.X11-unix \ -v /tmp/.X11-unix:/tmp/.X11-unix \
@ -258,6 +259,7 @@ libreoffice() {
-e DISPLAY=unix$DISPLAY \ -e DISPLAY=unix$DISPLAY \
-v $HOME/Documents:/root/Documents \ -v $HOME/Documents:/root/Documents \
-v $HOME/Pictures:/root/Pictures \ -v $HOME/Pictures:/root/Pictures \
-v $HOME/Downloads:/root/Downloads \
-e GDK_SCALE \ -e GDK_SCALE \
-e GDK_DPI_SCALE \ -e GDK_DPI_SCALE \
--name libreoffice \ --name libreoffice \