[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: X11 without HAL: "DontZap" in /etc/X11/xorg.conf doesn't work anymore



On 15 Jul 2009, Asumu Takikawa wrote:
> I had this same problem and using the following (in an .xsession in my case)
> solved the problem:
> 
> setxkbmap -option terminate:ctrl_alt_bksp
> 
> Cheers,
> Asumu Takikawa
> 

I'm using this as well and it works. I have it in .xinitrc. The only
thing is that I also have some xmodmap commands and the sequence seems
to be important for everything to work together. My .xinitrc:


setxkbmap -option terminate:ctrl_alt_bksp
/usr/bin/xmodmap -e "clear Lock"
/usr/bin/xmodmap -e "keycode 108 = Alt_L"
/usr/bin/xmodmap -e "keycode 66 = Insert"
xset s 1200
xset -b
xsetroot -solid darkorchid
exec icewm-session-experimental



Anthony

-- 
Anthony Campbell - ac@acampbell.org.uk 
Microsoft-free zone - Using Debian GNU/Linux
http://www.acampbell.org.uk (blog, book reviews, 
and sceptical articles)


Reply to: