Skip to content

Instantly share code, notes, and snippets.

@jansanchez
Last active December 26, 2015 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jansanchez/7157377 to your computer and use it in GitHub Desktop.
Save jansanchez/7157377 to your computer and use it in GitHub Desktop.
Enable numlock when crunchbang start

Enable numlock when crunchbang start

###install numlockx

sudo apt-get install numlockx

Open ~/.config/openbox/autostart

sublime ~/.config/openbox/autostart

Open ~/.config/openbox/autostart and add as follows:

numlockx & 

Open slim.conf with sudo

sudo sublime /etc/slim.conf

and uncomment the "#" of next line:

"#numlock on"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment