summary refs log tree commit diff
path: root/conf.c
diff options
context:
space:
mode:
authorokan <okan>2016-11-14 13:52:33 +0000
committerokan <okan>2016-11-14 13:52:33 +0000
commit98c913cc3b54f3785546a87db7ac0b8a33a2c443 (patch)
tree86ca39b691da1a7a2e9842afb26c0291d418165f /conf.c
parentdb93599a0fb302271e10a9dcbcbe6cafdc8aa2cb (diff)
downloadcwm-98c913cc3b54f3785546a87db7ac0b8a33a2c443.tar.gz
cwm-98c913cc3b54f3785546a87db7ac0b8a33a2c443.tar.xz
cwm-98c913cc3b54f3785546a87db7ac0b8a33a2c443.zip
Remove the (8) default bindings for pointer move since they conflict with
default bindings for emacs, which wins; the feature remains and can be bound to
whatever users wish with cwmrc(5).

from mpi@
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/conf.c b/conf.c
index 92f166f..64fb734 100644
--- a/conf.c
+++ b/conf.c
@@ -230,14 +230,6 @@ static const struct {
 	{ "CMS-j",	"bigresizedown" },
 	{ "CMS-k",	"bigresizeup" },
 	{ "CMS-l",	"bigresizeright" },
-	{ "C-Left",	"ptrmoveleft" },
-	{ "C-Down",	"ptrmovedown" },
-	{ "C-Up",	"ptrmoveup" },
-	{ "C-Right",	"ptrmoveright" },
-	{ "CS-Left",	"bigptrmoveleft" },
-	{ "CS-Down",	"bigptrmovedown" },
-	{ "CS-Up",	"bigptrmoveup" },
-	{ "CS-Right",	"bigptrmoveright" },
 },
 mouse_binds[] = {
 	{ "1",		"menu_unhide" },