summaryrefslogtreecommitdiff
path: root/linux/etc
diff options
context:
space:
mode:
authorknittl <knittl@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-10-03 11:01:39 +0000
committerknittl <knittl@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-10-03 11:01:39 +0000
commitbc9410c557506fa9f497c4e7d5c0b3a87e5002ae (patch)
tree955be62074f19039f7912b86764a8d483158d23e /linux/etc
parentb47d95c18037e1f930332748e1a37422634f54ac (diff)
downloadneo-layout-bc9410c557506fa9f497c4e7d5c0b3a87e5002ae.tar.gz
neo-layout-bc9410c557506fa9f497c4e7d5c0b3a87e5002ae.tar.bz2
neo-layout-bc9410c557506fa9f497c4e7d5c0b3a87e5002ae.zip
neo.conf ins (richtige) verzeichnis etc verschoben
patch von bernd für num und neo eingespielt git-svn-id: https://svn.neo-layout.org@931 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux/etc')
-rw-r--r--linux/etc/neo.conf49
1 files changed, 49 insertions, 0 deletions
diff --git a/linux/etc/neo.conf b/linux/etc/neo.conf
new file mode 100644
index 0000000..23959f6
--- /dev/null
+++ b/linux/etc/neo.conf
@@ -0,0 +1,49 @@
+# 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
+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):
+#NEO_XKBMAP=de
+
+# 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.
+# 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"
+
+# Standard keyboard layout to switch back to when executing "uiae":
+#STD_XKBMAP=de
+
+# Standard layout variant to switch back to when executing "uiae":
+#STD_XKBVARIANT=nodeadkeys
+
+# Numlock status when switching to standard keyboard layout using "uiae",
+# 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="/usr/share/keymaps/i386/neo/neo.map"
+
+# Set the standard console keymap to switch back to
+#STD_CONSOLE_KEYMAP="/usr/share/keymaps/i386/qwertz/de-latin1-nodeadkeys.map.gz"
+
+# 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
+#PATH_SETXKBMAP=/usr/bin/setxkbmap
+#PATH_LOADKEYS=/usr/bin/loadkeys
+#PATH_SUDO=/usr/bin/sudo
+#PATH_SETLEDS=/usr/bin/setleds
+#PATH_NUMLOCKX=/usr/bin/numlockx
+#PATH_XSET=/usr/bin/xset
+