]> git.lizzy.rs Git - bspwm.git/commit
Make mouse button actions configurable
authorCampbell Barton <ideasman42@gmail.com>
Sun, 10 Apr 2016 16:53:05 +0000 (02:53 +1000)
committerCampbell Barton <ideasman42@gmail.com>
Sun, 10 Apr 2016 20:03:50 +0000 (06:03 +1000)
commit81e5e72fa2d549df1872de305e3ee03e63feb6da
tree3263b656b071602c34a7e706f7dce518dc8947d2
parent6f0bfe9ce2ada512011ca9c293d7b38d4536413b
Make mouse button actions configurable

Previously this was possible via key bindings, since this operation was removed,
its useful to be able to configure which mouse keys do what.

This example swaps LMB/RMB

```
bspc config pointer_action1 resize_corner
bspc config pointer_action3 move
```
contrib/bash_completion
contrib/zsh_completion
doc/bspwm.1
doc/bspwm.1.asciidoc
events.c
messages.c
settings.c
settings.h