News | About | Get Frugalware | Packages | Documentation | Discussion Forums | Bug Tracker | Wiki | Community | Development

Numlockx

From FrugalWiki

Jump to: navigation, search
i18n
English
Français

Contents

Enabling the numlock of the keyboard with numlockx

Installation

Root terminal 48px.png
# pacman-g2 -S numlockx


Use

at GDM start

Root terminal 48px.png
# nano /etc/gdm/Init/Default


And ad this before exit 0 :

 if [ -x /usr/bin/numlockx ]; then
  /usr/bin/numlockx on
 fi

Save and reboot.

At KDM start

Numlock is activated by default it seems.

Must be check..

At Slim start

Numlockx is not necessary. To activate the numlock, just edit file /etc/slim.conf and at this lines

 # Activate numlock when slim starts. Valid values: on|off
 # numlock             on

Uncomment the second line.

Personal tools
Namespaces
Variants
Actions