about summary refs log tree commit diff stats
path: root/config.def.h
diff options
context:
space:
mode:
authorAcid Bong <acid-bong@cock.lt>2022-10-21 23:19:09 +0300
committerAcid Bong <acid-bong@cock.lt>2022-10-21 23:19:09 +0300
commit5ba621bcbe6618ea9264d5cce4dc5c6fa44f4135 (patch)
tree20984fa98023d430cd46ebfc12d1180155e7a4e4 /config.def.h
parente299bf86bbb1b1f9ee636bdb7e05c7cef40ae517 (diff)
downloaddwm-5ba621bcbe6618ea9264d5cce4dc5c6fa44f4135.tar.gz
patch: restore after restart
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 9d21ce9..f80395f 100644
--- a/config.def.h
+++ b/config.def.h
@@ -1,5 +1,7 @@
 /* See LICENSE file for copyright and license details. */
 
+#define SESSION_FILE "/tmp/dwm-session"
+
 /* appearance */
 static const unsigned int borderpx  = 2;        /* border pixel of windows */
 static const int gappx     = 10;                 /* gaps between windows */