summaryrefslogtreecommitdiff
path: root/linux/etc
diff options
context:
space:
mode:
authorpascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-10-07 20:57:29 +0000
committerpascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-10-07 20:57:29 +0000
commit98628c5e68caa471217ca1ec200b1c66d1bd75bd (patch)
tree58dd7323ccbc8c7e0282531efa0cce3d86a26a91 /linux/etc
parent75bf0a1d300741d330168ed17481efb6e6caf6f6 (diff)
downloadneo-layout-98628c5e68caa471217ca1ec200b1c66d1bd75bd.tar.gz
neo-layout-98628c5e68caa471217ca1ec200b1c66d1bd75bd.tar.bz2
neo-layout-98628c5e68caa471217ca1ec200b1c66d1bd75bd.zip
Korrekturen und Ergänzung der möglichen Parameter
git-svn-id: https://svn.neo-layout.org@957 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux/etc')
-rw-r--r--linux/etc/neo.conf17
1 files changed, 11 insertions, 6 deletions
diff --git a/linux/etc/neo.conf b/linux/etc/neo.conf
index 3711490..ed93b22 100644
--- a/linux/etc/neo.conf
+++ b/linux/etc/neo.conf
@@ -1,10 +1,11 @@
-# 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
-# always be set
+# Values are "xkbmap", "xmodmap", "xprog", "alternative" or "evdev"
+# default is xkbmap, this variable should always be set
NEO_X_VARIANTE="xkbmap"
+
# When using xkbmap, you may specify which xkbmap should be used, the default
# is "de" (This is useful if you installed the symbols file under a different
# name):
@@ -13,12 +14,14 @@ NEO_X_VARIANTE="xkbmap"
# You can also specify the xkbmap variant to be used, the default is "neo":
#NEO_XKBVARIANT=neo
+
# 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_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}"
+#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
@@ -30,12 +33,14 @@ NEO_X_VARIANTE="xkbmap"
# values are "on" and "off":
#NUM_LOCK_STATUS=on
+
# 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“)
# Set the standard console keymap to switch back to
#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:
#PATH_XMODMAP=/usr/bin/xmodmap