ref: b0047b2c2aca5cd6c7b07281960014c709df00a3
parent: 7f7799fafa9521791e148046d97fcd219dbb6604
author: Michael Misch <michaelmisch1985@gmail.com>
date: Thu Sep 5 13:02:41 PDT 2024
Make sure we cycle to the next window on close
--- a/9hkd.c
+++ b/9hkd.c
@@ -446,6 +446,7 @@
}
if(r == 'c' && mod == Mmod4){
closewindow();
+ cycleaction(1, 0);
return 0;
}
if(r == 'f' && mod == Mmod4){