--- FvwmTabs.orig	2003-11-11 10:37:10.000000000 +0000
+++ FvwmTabs	2003-11-11 11:40:30.000000000 +0000
@@ -64,7 +64,7 @@
 					   balloonBG => '#C0C080',
 					   balloonMsg => 'Tab %tabNo:\n%iconText\n%title',
 					   autoResize => 'false',
-					   stateFile => '/tmp/.fvwmtabs.state',
+					   stateFile => <~/.fvwmtabs.state>, # /
 					   fixedSizeTabs => 'false',
 					   showTitlebar => 'true',
 					   useTMTitlebar => 'true',
--- FvwmTabs.1.orig	2003-11-11 11:23:59.000000000 +0000
+++ FvwmTabs.1	2003-11-11 11:24:06.000000000 +0000
@@ -225,7 +225,7 @@
 \&\fIbool\fR can be either \fItrue\fR or \fIfalse\fR. If true, windows in the tab-manager automatically resize to the dimensions of the largest window in the tab-manager. The default value is \fIfalse\fR.
 .Ip "*FvwmTabs: stateFile \fIfile\fR" 4
 .IX Item "*FvwmTabs: stateFile file"
-\&\fBFvwmTabs\fR has the ability to preserve its state (ie. remember the windows it has swallowed as tabs) b/w \s-1FVWM\s0 restarts. \fIfile\fR specifies the name of a temporary file to record the state in, so it can be reconstructed when \fBFvwmTabs\fR restarts. The default file is \f(CW\*(C`/tmp/.fvwmtabs.state\*(C'\fR.
+\&\fBFvwmTabs\fR has the ability to preserve its state (ie. remember the windows it has swallowed as tabs) b/w \s-1FVWM\s0 restarts. \fIfile\fR specifies the name of a temporary file to record the state in, so it can be reconstructed when \fBFvwmTabs\fR restarts.
 .Ip "*FvwmTabs: fixedSizeTabs \fIbool\fR" 4
 .IX Item "*FvwmTabs: fixedSizeTabs bool"
 \&\fIbool\fR can be either \fItrue\fR or \fIfalse\fR. If true, the tab-manager will ensure each tab-button has the same dimensions. If false, the selected tab is expanded so that it is fully visible. The default value is \fIfalse\fR.
--- fvwmtabrc.orig	2003-11-11 11:00:57.000000000 +0000
+++ fvwmtabrc	2003-11-11 11:39:41.000000000 +0000
@@ -216,8 +216,8 @@
 # stateFile - specifies the name of a temporary file to use to record the
 # state (ie. remember the windows it has swallowed as tabs) b/w FVWM
 # restarts.
-# default: /tmp/.fvwmtabs.state
-*FvwmTabs: stateFile /tmp/.fvwmtabs.state
+# default: /home/user/.fvwmtabs.state
+#*FvwmTabs: stateFile /home/user/.fvwmtabs.state
 
 # fixedSizeTabs - ensure each tab-button has the same dimensions. If false,
 # the selected tab is expanded so that it is fully visible.