summaryrefslogtreecommitdiffstats
path: root/x11-wm/cwm/files/patch-conf.c
blob: 9d597b13ae76b07770b4c48007de2e70765143e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- conf.c.orig	2021-07-28 22:34:31 UTC
+++ conf.c
@@ -180,6 +180,7 @@ static const struct {
 	{ FUNC_SC(menu-cmd, menu_cmd, 0) },
 	{ FUNC_SC(menu-group, menu_group, 0) },
 	{ FUNC_SC(menu-ssh, menu_ssh, 0) },
+	{ FUNC_SC(menu-mosh, menu_mosh, 0) },
 	{ FUNC_SC(menu-window, menu_client, CWM_MENU_WINDOW_ALL) },
 	{ FUNC_SC(menu-window-hidden, menu_client, CWM_MENU_WINDOW_HIDDEN) },
 	{ FUNC_SC(menu-exec, menu_exec, 0) },
@@ -212,6 +213,7 @@ static const struct {
 	{ "M-question",	"menu-exec" },
 	{ "CM-w",	"menu-exec-wm" },
 	{ "M-period",	"menu-ssh" },
+	{ "MS-period",	"menu-mosh" },
 	{ "M-Return",	"window-hide" },
 	{ "M-Down",	"window-lower" },
 	{ "M-Up",	"window-raise" },