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