summaryrefslogtreecommitdiffstats
path: root/linux/bin/erzeuge_installation/neo.conf.installation
diff options
context:
space:
mode:
authorpascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-01-04 03:40:02 +0000
committerpascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-01-04 03:40:02 +0000
commitc06f3e3b6de29011f76420665c4bb324f91403a4 (patch)
tree7fabac06464327c68971bf68986125498c86ee14 /linux/bin/erzeuge_installation/neo.conf.installation
parent66d92b2af99664a097ed6b1c6d7ccecf37a59d13 (diff)
Skript stark verändert, sollte nun (hoffentlich – bitte testen!) besser auf anderen Systemen laufen
git-svn-id: https://svn.neo-layout.org@1366 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux/bin/erzeuge_installation/neo.conf.installation')
-rw-r--r--linux/bin/erzeuge_installation/neo.conf.installation53
1 files changed, 0 insertions, 53 deletions
diff --git a/linux/bin/erzeuge_installation/neo.conf.installation b/linux/bin/erzeuge_installation/neo.conf.installation
deleted file mode 100644
index a3d9148..0000000
--- a/linux/bin/erzeuge_installation/neo.conf.installation
+++ /dev/null
@@ -1,53 +0,0 @@
-# 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="xmodmap"
-
-
-# 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 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"
-
-
-# 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="$HOME/neo/neo" # if necessary add „.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
-#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
-