xiwm

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

commit
babf157c2494a654bc4b9cb84a7d5db3327808d4
parent
ce6afb97c2cebedffad6cdb01e7914ba3d2ce391
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-10-14 06:52
fix: restack on setposition

Diffstat

M xiwm.c 1 +

1 files changed, 1 insertions, 0 deletions


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

@@ -812,6 +812,7 @@ setposition(const Arg *arg)
  812   812 		return;
  813   813 	sel[desktop]->position = arg->i;
  814   814 	layout();
   -1   815 	restack();
  815   816 }
  816   817 
  817   818 void