diff options
Diffstat (limited to 'dwm.c')
| -rw-r--r-- | dwm.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1245,6 +1245,10 @@ cleanup(void) Layout foo = { "", NULL }; size_t i; + #if ALT_TAB_PATCH + alttabend(); + #endif // ALT_TAB_PATCH + #if SEAMLESS_RESTART_PATCH for (m = mons; m; m = m->next) persistmonitorstate(m); |
