configs: tweaks for geeqie
authorRobert Swiecki <robert@swiecki.net>
Sat, 27 May 2017 19:54:01 +0000 (21:54 +0200)
committerRobert Swiecki <robert@swiecki.net>
Sat, 27 May 2017 19:54:01 +0000 (21:54 +0200)
configs/home-documents-with-xorg-no-net.cfg

index e0721d3ac050db7ab9afeca69fc3717395c5ef4f..aabc1fc3204e9959107a0525ba10d103bc8a221b 100644 (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"