You are not logged in.

#1 2009-01-23 15:28:44

tuck
Member
Registered: 2009-01-18
Posts: 5

[solved].Xmodmap & .xinitrc & wmii

Hi,
I tried to remap Mod1 to Super_L (Windows Key) because I need the Alt_L for interaction with some applications like FF. I exec xmodmap in .xinitrc but my Super_L key is without function until I start xmodmap manually.
After starting xmodmap manually the Super_L key works but Mod1 is still ALT_L too.

~/.Xmodmap:

clear Mod1
keycode 115 = Super_L
add Mod1 = Super_L

~/.xinitrc

exec wmii &
exec xmodmap $HOME/.Xmodmap

Last edited by tuck (2009-01-24 19:58:59)

Offline

#2 2009-01-23 15:37:33

Odd-rationale
Member
Registered: 2008-02-05
Posts: 102

Re: [solved].Xmodmap & .xinitrc & wmii

Just change wmii's behavior to use the super key (Mod4) instead of the alt key (Mod1). You will find this option in your wmiirc file.

http://wiki.archlinux.org/index.php/Wmii

Offline

#3 2009-01-24 19:58:46

tuck
Member
Registered: 2009-01-18
Posts: 5

Re: [solved].Xmodmap & .xinitrc & wmii

works with wmiirc config file big_smile thanks

Offline

Board footer

Powered by FluxBB