You are not logged in.

#1 2011-08-17 18:05:40

nXqd
Member
Registered: 2010-07-01
Posts: 173

dwm - map Mod4Mask to open dmenu

Like this thread's title :

1. i want to map [Windows key] which is Mod4Mask to open dmenu, I think it's quite simple but maybe i'm stupid ...  Things I've tried :

{ MODKEY,                       XK_p,      spawn,          {.v = dmenucmd } }, // < this works flawlessly

{ 0,                                    Mod4Mask,         spawn,          {.v = dmenucmd } }, // don't work
{ Mod4Mask,                                    0,         spawn,          {.v = dmenucmd } }, // neither

Whenever I starts urxvt, there is a small gap bottom and left of screen it. How to get rid of it ?
image


When you live for a strong purpose, then hard work isn't an option. It's a necessity. - Steve Pavlina
dotFiles

Offline

#2 2011-08-17 18:23:46

bernarcher
Forum Fellow
From: Germany
Registered: 2009-02-17
Posts: 2,281

Re: dwm - map Mod4Mask to open dmenu


To know or not to know ...
... the questions remain forever.

Offline

Board footer

Powered by FluxBB