diff options
Diffstat (limited to 'linux/bin/installation')
-rwxr-xr-x | linux/bin/installation | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/linux/bin/installation b/linux/bin/installation index 29fdf7e..ae28090 100755 --- a/linux/bin/installation +++ b/linux/bin/installation @@ -385,7 +385,6 @@ keycode 91 = comma period KP_Separator minutes seconds NoSymbol ! Die Steuerung des Cursors kann über den Ziffernblock (Ebene 4, eventuell mit ! eingerastetem Mod4) erfolgen. #neo: xmodmap --- Ende - #neo: console --- Beginn ! neo.map - german NEO keyboard layout ! 2008 Pascal Hauck, <pascal.hauck@web.de> @@ -1005,7 +1004,6 @@ compose as usual ! -------------------------------------------------------------------------- # string F100 = "setleds +num\n" #neo: console --- Ende - #neo: asdf --- Beginn #!/bin/sh # Copyright 2008 Bernd Steinhauser <berniyh@exherbo.org> @@ -1139,8 +1137,8 @@ else ;; esac fi -#neo: asdf --- Ende +#neo: asdf --- Ende #neo: uiae --- Beginn #!/bin/sh # Copyright 2008 Bernd Steinhauser <berniyh@exherbo.org> @@ -1269,15 +1267,15 @@ else die "numlockx not found, cannot turn off Numlock." fi fi -#neo: uiae --- Ende +#neo: uiae --- Ende #neo: neorc --- Beginn # This file contains the configuration for the Neo scripts # Select the neo Variant to be used when using an X Server # Values are "xkbmap", "xmodmap", "xprog", "alternative" or "evdev" # default is xkbmap, this variable should always be set -NEO_X_VARIANTE="xkbmap" +NEO_X_VARIANTE="xmodmap" # When using xkbmap, you may specify which xkbmap should be used, the default @@ -1291,7 +1289,7 @@ NEO_X_VARIANTE="xkbmap" # When using a xmodmap, you may specify the full path to the xmodmap to be used. # Default: -#NEO_XMODMAP="$HOME/neo/neo_de.xmodmap" +NEO_XMODMAP="$HOME/neo/neo_de.xmodmap" #NEO_XMODMAP_XPROG="$HOME/neo/neo_de_x-prog.xmodmap" #NEO_XMODMAP_ALTERNATIVE="$HOME/neo/neo_de_alternative.xmodmap" #NEO_XMODMAP_EVDEV="$HOME/neo/neo_de_evdev.xmodmap" @@ -1309,7 +1307,7 @@ NEO_X_VARIANTE="xkbmap" # For Neo without an X System set the path to the console keymap -#NEO_CONSOLE_KEYMAP="$HOME/neo/neo" # for $HOME/neo/neo.map (without the „.map“) +NEO_CONSOLE_KEYMAP="$HOME/neo/neo" # if necessary add „.map“ # Set the standard console keymap to switch back to #STD_CONSOLE_KEYMAP="de-latin1-nodeadkeys" @@ -1324,11 +1322,10 @@ NEO_X_VARIANTE="xkbmap" #PATH_SETLEDS=/usr/bin/setleds #PATH_NUMLOCKX=/usr/bin/numlockx #PATH_XSET=/usr/bin/xset -#neo: neorc --- Ende +#neo: neorc --- Ende #neo: profile --- Beginn # Neo: -PATH=$PATH:$HOME/neo/bin -export PATH asdf xmodmap -#neo: profile --- Ende
\ No newline at end of file +#neo: profile --- Ende + |