more convenient folders
This commit is contained in:
parent
99e95474bc
commit
a6f28d2546
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue