configs: tweaks for geeqie

This commit is contained in:
Robert Swiecki
2017-05-27 21:54:01 +02:00
parent 06b92dfca4
commit 6256cb9578

View File

@@ -20,7 +20,7 @@ envar: "DISPLAY=:0"
rlimit_as: 512
rlimit_cpu: 1000
rlimit_fsize: 0
rlimit_fsize: 1024
rlimit_nofile: 16
mount {
@@ -65,7 +65,6 @@ mount {
dst: "/tmp"
fstype: "tmpfs"
is_ro: false
is_bind: false
}
mount {
@@ -74,6 +73,12 @@ mount {
is_bind: true
}
mount {
dst: "/home/jagger/.cache"
fstype: "tmpfs"
is_ro: false
}
mount {
src: "/tmp/.X11-unix/X0"
dst: "/tmp/.X11-unix/X0"