freenx-server/node.conf.def/50-numlockx.conf
2025-08-08 20:28:57 +02:00

13 lines
339 B
Plaintext

# Binary filename provides numlockx
#@ type: string
#@ check: exe
NUMLOCKX=numlockx
# numlockx run strategy. valid value are:
# 'on' -- run 'numlockx on' at session startup
# 'off' -- run 'numlockx off' at session startup
# 'system' -- default. don't run numlockx
#@ type: string
#@ check: list: %on, off, system%
NUMLOCK_METHOD="system"