Results 55 issues of wouter bolsterlee

it would be great if a customisation flag allows me to also apply effects to the focused window. while this doesn't make sense for blur, it does make sense for...

please make it more clear why `evil-leader` is useful (either in this issue, but preferably in the readme). for instance, this also seems to work fine to get some basic...

...so that `fn.el` can be used as a substitute for `(lambda () (interactive) (do-something 'very 'special))`, e.g. for use with `define-key`.

enhancement

it would be great if this extension only showed the dropdown menu with the name of the current input and output devices if there was actually more than one to...

enhancement

I can't get this to work on python 3.4 (osx): ``` Traceback (most recent call last): File "url.py", line 3, in import re2 as re File "re2.pyx", line 1, in...

pass the file name (if any) to black via the ‘--stdin-filename’ command line flag. it will be used to discover the project root directory and hence the configuration file (see...

enhancement

Hi, From a quick glance at your code, it seems to me that these bindings do not support null bytes in keys/values, because you use `char*` (C type) arguments and...

Using this `xorg.conf` snippet and `xserver-xorg-input-mtrack` version 0.3.0-1+b3 (Debian): ``` Section "InputClass" Identifier "trackpad" Driver "mtrack" # Natural scrolling direction Option "ButtonMapping" "1 2 3 5 4" EndSection ``` ......