tusing foo layout during cleanup (suggested by Gottox), add Arg->v handling for togglelayout() suggested by anydot - dwm - [fork] customized build of dwm, the dynamic window manager
HTML git clone git://src.adamsgaard.dk/dwm
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 5d422bb1ce9c8b1919809f14746ad80d0442bbbb
DIR parent 38a43c2dcc2c75ece9ef1ac5cd82a8d05c7c519f
HTML Author: Anselm R Garbe <garbeam@gmail.com>
Date: Wed, 11 Jun 2008 10:26:57 +0100
using foo layout during cleanup (suggested by Gottox), add Arg->v handling for togglelayout() suggested by anydot
Diffstat:
M dwm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/dwm.c b/dwm.c
t@@ -363,7 +363,7 @@ checkotherwm(void) {
void
cleanup(void) {
Arg a = {.i = ~0};
- Layout foo = { 0 };
+ Layout foo = { "", NULL };
close(STDIN_FILENO);
view(&a);