From 3fb8efeff7335cc06439170684dc45d8fcf24c1c Mon Sep 17 00:00:00 2001 From: pascal Date: Mon, 5 Jan 2009 12:22:32 +0000 Subject: [PATCH] =?UTF-8?q?fehlende=20Referenz-Variable=20eingef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../erzeuge_installation/neo.conf.erzeuge.installiere_neo | 5 +++++ linux/bin/num | 2 +- linux/etc/neo.conf | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/linux/bin/erzeuge_installation/neo.conf.erzeuge.installiere_neo b/linux/bin/erzeuge_installation/neo.conf.erzeuge.installiere_neo index a3d91489..292212a0 100644 --- a/linux/bin/erzeuge_installation/neo.conf.erzeuge.installiere_neo +++ b/linux/bin/erzeuge_installation/neo.conf.erzeuge.installiere_neo @@ -1,5 +1,10 @@ # This file contains the configuration for the Neo scripts +# To use the scripts ›neo‹ and ›num‹ you should specify the full path to the +# Neo reference +NEO_REFERENCE="$HOME/neo/neo20.txt" + + # 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 diff --git a/linux/bin/num b/linux/bin/num index e2c894da..8fb04d6d 100755 --- a/linux/bin/num +++ b/linux/bin/num @@ -13,7 +13,7 @@ fi NEO_REFERENCE=${NEO_REFERENCE:-$HOME/neo/neo20.txt} if [ 0 = $# ]; then - grep -m 1 -B 15 "┴───────┘" "${NEO_REFERENCE}" + grep -m 1 -B 15 "┴───────┘" "${NEO_REFERENCE}" else for NUM in $@; do if [ $(($NUM)) -ge 1 -a $(($NUM)) -le 6 ]; then diff --git a/linux/etc/neo.conf b/linux/etc/neo.conf index 0e247074..4ec33c77 100644 --- a/linux/etc/neo.conf +++ b/linux/etc/neo.conf @@ -1,5 +1,10 @@ # This file contains the configuration for the Neo scripts +# To use the scripts ›neo‹ and ›num‹ you should specify the full path to the +# Neo reference +NEO_REFERENCE="$HOME/neo/neo20.txt" + + # 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