xiwm

simple window manager
git clone https://git.ce9e.org/xiwm.git

commit
2d65c2db457f2f40d174854afa4340f759101093
parent
a29b5f103d590af64abf85a963cb74ba80fb56c8
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-10-13 06:28
rm view() from cleanup()

Diffstat

M xiwm.c 3 ---

1 files changed, 0 insertions, 3 deletions


diff --git a/xiwm.c b/xiwm.c

@@ -1043,9 +1043,6 @@ run(void)
 1043  1043 void
 1044  1044 cleanup(void)
 1045  1045 {
 1046    -1 	Arg a = {.ui = ~0};
 1047    -1 
 1048    -1 	view(&a);
 1049  1046 	while (clients)
 1050  1047 		unmanage(clients, False);
 1051  1048 	XUngrabKey(dpy, AnyKey, AnyModifier, root);