diff options
Diffstat (limited to 'linux/etc/neo.conf')
-rw-r--r-- | linux/etc/neo.conf | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/linux/etc/neo.conf b/linux/etc/neo.conf index 23959f6..3711490 100644 --- a/linux/etc/neo.conf +++ b/linux/etc/neo.conf @@ -1,4 +1,4 @@ -# This files contains the configuration for the Neo scripts +# This files contains the configuration for the Neo scripts # Select the neo Variant to be used when using an X Server # Values are "xkbmap" and "xmodmap", default is xkbmap, this variable should @@ -13,13 +13,12 @@ NEO_X_VARIANTE="xkbmap" # You can also specify the xkbmap variant to be used, the default is "neo": #NEO_XKBVARIANT=neo -# When using xmodmap, you may specify the full path to the xmodmap to be used. +# When using a xmodmap, you may specify the full path to the xmodmap to be used. # Default: -#NEO_XMODMAP="/usr/share/neo-layout/xmodmap/neo_de.xmodmap" -# Other examples might be: -#NEO_XMODMAP="path/to/xmodmap/neo_de_x-prog.xmodmap" -#NEO_XMODMAP="path/to/xmodmap/neo_de_evdev.xmodmap" -#NEO_XMODMAP="path/to/xmodmap/neo_de_alternative.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}" # Standard keyboard layout to switch back to when executing "uiae": #STD_XKBMAP=de @@ -32,10 +31,10 @@ NEO_X_VARIANTE="xkbmap" #NUM_LOCK_STATUS=on # For Neo without an X System set the path to the console keymap -#NEO_CONSOLE_KEYMAP="/usr/share/keymaps/i386/neo/neo.map" +#NEO_CONSOLE_KEYMAP="$HOME/neo/neo" # for $HOME/neo/neo.map (without the „.map“) # Set the standard console keymap to switch back to -#STD_CONSOLE_KEYMAP="/usr/share/keymaps/i386/qwertz/de-latin1-nodeadkeys.map.gz" +#STD_CONSOLE_KEYMAP="de-latin1-nodeadkeys" # If you installed one of these programs in a non-standard path you may, # uncomment the variable and change the path to the executable: |