aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authorokan2016-11-14 13:52:33 +0000
committerokan2016-11-14 13:52:33 +0000
commiteda6285ce68149b68e904d652b4ff443860fa9d4 (patch)
tree0ea154d9eebc2fba0866102b7d7bf6a9841ea499 /conf.c
parent1f42c3b0b46e4573d0e562f760211c4033fbd3d9 (diff)
downloadcwm-eda6285ce68149b68e904d652b4ff443860fa9d4.tar.gz
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.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/conf.c b/conf.c
index 45660b9..7e7c4b2 100644
--- a/conf.c
+++ b/conf.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: conf.c,v 1.219 2016/10/24 20:44:08 okan Exp $
+ * $OpenBSD: conf.c,v 1.220 2016/11/14 13:52:33 okan Exp $
*/
#include <sys/types.h>
@@ -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" },