I'm running BSPWM as my tiling window manager, and SXHKD as my mapping tool.
And i want to kill the current window when i click a combination of:
button1 + button1 + button3 (double left click + right click).
I tried adding this to my sxhkd config:
button1 + button1 + button3
./some_script.sh
but it doesn't seem to work.
I wonder if there is another solution, using other tools may be.