On 2016/11/26 14:57, Okan Demirmen wrote:
> 
> In addition, I've changed the 'bind' and 'mousebind' config options to
> 'bind-key' and 'bind-mouse', respectively. The 'unmap' option is replaced by
> 'unbind-key' and 'unbind-mouse'. By popular request by those who customize
> everything, one can now also unbind key/mouse at once with '*', i.e.
> 'unbind-key *' or 'unbind-mouse *'.

This also changes some _ to -, for example

mousebind M-2 window_lower
mousebind M-3 window_resize

now needs to be

bind-mouse M-2 window-lower
bind-mouse M-3 window-resize

Had me confused for a few minutes..

Reply via email to