On Fri, Jun 25, 2010 at 06:17:50PM +0300, Shlomi Fish wrote:
> Hi all!
> 
> How do I set the X configuration in the following script:

-option does not set options. It adds options. To reset the options:
-options ''

Thus:

> 
> [code]
> #!/bin/sh
> 
> setxkbmap \

      -option '' \

>     -option "compose:ralt,grp:switch,grp:alt_shift_toggle,grp_led:scroll"  \
>     -variant ",lyx" \
>     'us,il'
> [/code]

To check the actual setup that was applied:

  xprop -root | grep _XKB

-- 
Tzafrir Cohen         | tzaf...@jabber.org | VIM is
http://tzafrir.org.il |                    | a Mutt's
tzaf...@cohens.org.il |                    |  best
tzaf...@debian.org    |                    | friend

_______________________________________________
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Reply via email to