summary refs log tree commit diff
path: root/conf.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 /conf.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 'conf.c')
-rw-r--r--conf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.c b/conf.c
index 246b4b0..ce8e954 100644
--- a/conf.c
+++ b/conf.c
@@ -139,6 +139,7 @@ static const struct {
 
 	{ FUNC_SC(group-cycle, group_cycle, (CWM_CYCLE_FORWARD)) },
 	{ FUNC_SC(group-rcycle, group_cycle, (CWM_CYCLE_REVERSE)) },
+	{ FUNC_SC(group-last, group_last, 0) },
 	{ FUNC_SC(group-toggle-all, group_toggle_all, 0) },
 	{ FUNC_SC(group-toggle-1, group_toggle, 1) },
 	{ FUNC_SC(group-toggle-2, group_toggle, 2) },