On Wed, 7 Jul 2010 12:46:09 -0700 Darrin Chandler <dwchand...@stilyagin.com> wrote:
> On Wed, Jul 07, 2010 at 08:54:34PM +0200, Jiri B. wrote: > > Hello, > > > > I'm playing with X keys but when i 'bind' a key in .scrotwm.conf, > > scrotwm doesn't want to start-up correctly. What am i doing wrong? > > > > $ grep xmodmap .xsession ; xmodmap -pk | grep 160 ; \ > > grep mute .scrotwm.conf > > > > xmodmap -e "keycode 160 = XF86AudioMute" > > 160 0x1008ff12 (XF86AudioMute) > > > #bind[mute] = XF86AudioMute > > #program[mute] = mute.sh > > Try switching those lines around. "Mute" doesn't exist until > program[mute] is seen, so bind[mute] would fail. Yep works, thanks ;) jirib