diff options
Diffstat (limited to 'linux/etc/neo.conf')
-rw-r--r-- | linux/etc/neo.conf | 5 |
1 files changed, 5 insertions, 0 deletions
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 |