Changeset 1384
- Timestamp:
- 01/05/09 22:36:28 (4 years ago)
- Location:
- linux
- Files:
-
- 1 removed
- 3 modified
-
bin/installiere_neo/Makefile (modified) (1 diff)
-
bin/installiere_neo/erzeuge.installiere_neo (modified) (1 diff)
-
bin/installiere_neo/neo.conf.erzeuge.installiere_neo (deleted)
-
etc/neo.conf (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linux/bin/installiere_neo/Makefile
r1381 r1384 1 installiere_neo: ../../xmodmap/neo_de.xmodmap ../../console/neo.map ../asdf ../uiae ../../../A-REFERENZ-A/neo20.txt ../neo ../num ../../../Compose/Compose.neo neo.conf.erzeuge.installiere_neo1 installiere_neo: ../../xmodmap/neo_de.xmodmap ../../console/neo.map ../asdf ../uiae ../../../A-REFERENZ-A/neo20.txt ../neo ../num ../../../Compose/Compose.neo ../../etc/neo.conf 2 2 ./erzeuge.installiere_neo > installiere_neo 3 3 chmod a+x installiere_neo -
linux/bin/installiere_neo/erzeuge.installiere_neo
r1383 r1384 47 47 fuege_ein neo_num ../num 48 48 fuege_ein neo_compose ../../../Compose/Compose.neo 49 fuege_ein neorc neo.conf.erzeuge.installiere_neo49 fuege_ein neorc ../../etc/neo.conf 50 50 51 51 cat installiere_neo.2 -
linux/etc/neo.conf
r1374 r1384 9 9 # Values are "xkbmap", "xmodmap", "xprog", "alternative" or "evdev" 10 10 # default is xkbmap, this variable should always be set 11 NEO_X_VARIANTE="x kbmap"11 NEO_X_VARIANTE="xmodmap" 12 12 13 13 … … 41 41 42 42 # For Neo without an X System set the path to the console keymap 43 #NEO_CONSOLE_KEYMAP="$HOME/neo/neo" # for $HOME/neo/neo.map (without the „.map“)43 #NEO_CONSOLE_KEYMAP="$HOME/neo/neo" # if necessary add „.map“ 44 44 45 45 # Set the standard console keymap to switch back to
