commit 2a63491
hovercats
·
2023-01-16 20:33:23 +0000 UTC
parent c18132f
groups: set FSFILE to /tmp
1 files changed,
+1,
-1
+1,
-1
1@@ -5,7 +5,7 @@
2 # depends on: focus
3
4 # this file is used to store the previous geometry of a window
5-FSFILE=${FSFILE:-~/.fwin}
6+FSFILE=${FSFILE:-/tmp/.fwin}
7
8 # it's pretty simple, but anyway...
9 usage() {