summary refs log tree commit diff
path: root/screen.c
diff options
context:
space:
mode:
authorop <op>2022-01-27 18:45:10 +0000
committerop <op>2022-01-27 18:45:10 +0000
commit7c22b36a230ea740a0fe2b9d089f3b3340dc182b (patch)
tree871c2d21fa2a0ef3071b43dde4de1410e917ee63 /screen.c
parent81a08ddb896dacfe2c7b2e9cad43a8f623fadd24 (diff)
downloadcwm-7c22b36a230ea740a0fe2b9d089f3b3340dc182b.tar.gz
cwm-7c22b36a230ea740a0fe2b9d089f3b3340dc182b.tar.xz
cwm-7c22b36a230ea740a0fe2b9d089f3b3340dc182b.zip
Add group-last command that shows only the previously active group; ok okan
Diffstat (limited to 'screen.c')
-rw-r--r--screen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/screen.c b/screen.c
index 373ff71..e880e97 100644
--- a/screen.c
+++ b/screen.c
@@ -60,6 +60,7 @@ screen_init(int which)
 	xu_ewmh_net_supported_wm_check(sc);
 
 	conf_group(sc);
+	sc->group_last = sc->group_active;
 	screen_update_geometry(sc);
 
 	xu_ewmh_net_desktop_names(sc);