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

@ -160,7 +160,7 @@ eneon() {
--group-add video \
fschl/eclipse:neon
# exit 0;
# exit 0;
}
gimp() {
@ -193,6 +193,7 @@ icedove() {
--name="icedove" \
-v /etc/localtime:/etc/localtime:ro \
-v $HOME/Downloads/:/root/Downloads \
-v $HOME/Documents/:/root/Documents \
-v $HOME/.thunderbird/:/root/.icedove \
-v $HOME/.gnupg/:/root/.gnupg \
-v /tmp/.X11-unix:/tmp/.X11-unix \
@ -258,6 +259,7 @@ libreoffice() {
-e DISPLAY=unix$DISPLAY \
-v $HOME/Documents:/root/Documents \
-v $HOME/Pictures:/root/Pictures \
-v $HOME/Downloads:/root/Downloads \
-e GDK_SCALE \
-e GDK_DPI_SCALE \
--name libreoffice \