xiwm

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

commit
d18e29bc7a78e8bd6fe81f8edf1fd0f46c5756b8
parent
d35009637fe3f02ffcd9c40a9337664d3a03fc15
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-10-13 08:58
keep focus on sel in tag()

Diffstat

M xiwm.c 2 +-

1 files changed, 1 insertions, 1 deletions


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

@@ -659,7 +659,7 @@ tag(const Arg *arg)
  659   659 	sel->desktop = arg->ui;
  660   660 	xsetclientdesktop(sel);
  661   661 	setdesktop(arg->ui);
  662    -1 	focus(NULL);
   -1   662 	restack();
  663   663 }
  664   664 
  665   665 void