summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-01-05 12:22:32 +0000
committerpascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-01-05 12:22:32 +0000
commit68a51dc93a0cabc896f64a341756638368f432df (patch)
tree71b7718c72d904a79477e76bea2942ea9f458b55
parent83c6ded2a66d5725ec452d8c11dbb87b2aebfd56 (diff)
downloadneo-layout-68a51dc93a0cabc896f64a341756638368f432df.tar.gz
neo-layout-68a51dc93a0cabc896f64a341756638368f432df.tar.bz2
neo-layout-68a51dc93a0cabc896f64a341756638368f432df.zip
fehlende Referenz-Variable eingefügt
git-svn-id: https://svn.neo-layout.org@1374 b9310e46-f624-0410-8ea1-cfbb3a30dc96
-rw-r--r--linux/bin/erzeuge_installation/neo.conf.erzeuge.installiere_neo5
-rwxr-xr-xlinux/bin/num2
-rw-r--r--linux/etc/neo.conf5
3 files changed, 11 insertions, 1 deletions
diff --git a/linux/bin/erzeuge_installation/neo.conf.erzeuge.installiere_neo b/linux/bin/erzeuge_installation/neo.conf.erzeuge.installiere_neo
index a3d9148..292212a 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 e2c894d..8fb04d6 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 0e24707..4ec33c7 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