diff options
author | Acid Bong <acid-bong@cock.lt> | 2022-10-21 23:19:09 +0300 |
---|---|---|
committer | Acid Bong <acid-bong@cock.lt> | 2022-10-21 23:19:09 +0300 |
commit | 5ba621bcbe6618ea9264d5cce4dc5c6fa44f4135 (patch) | |
tree | 20984fa98023d430cd46ebfc12d1180155e7a4e4 /config.def.h | |
parent | e299bf86bbb1b1f9ee636bdb7e05c7cef40ae517 (diff) | |
download | dwm-5ba621bcbe6618ea9264d5cce4dc5c6fa44f4135.tar.gz |
patch: restore after restart
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
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 */ |