Using win key to launch dmenu_run
asked 2013-07-30 20:06:06 +0000
Anonymous
Hi,
I want dmenu_run to execute whenever I press the win key with no other keys. I've tried this in my i3 config file to no avail:
bindsym Mod4 exec dmenu_run
set $win Mod4 bindsym $win exec dmenu_run
bindsym $Mod4 exec dmenu_run
And a few other variations, yet I'm not getting functionality that I want. Any input?