Skip to content

Instantly share code, notes, and snippets.

@0x9900
Last active August 29, 2015 14:16
Show Gist options
  • Save 0x9900/dc872cf6196d5eefbac6 to your computer and use it in GitHub Desktop.
Save 0x9900/dc872cf6196d5eefbac6 to your computer and use it in GitHub Desktop.
OpenBSD console config.
# $OpenBSD: wsconsctl.conf,v 1.2 2007/05/14 05:06:03 tedu Exp $
#
# wscons configurable parameters
#
keyboard.repeat.deln=25 # I like the repeat to ve a little more reactive.
keyboard.encoding=us.swapctrlcaps
#
# Sometime I have an USB keyboard plugged in
keyboard1.repeat.deln=25 # I like the repeat to ve a little more reactive.
keyboard1.encoding=us.swapctrlcaps
display.vblank=on
display.screen_off=300000 # set screen blank after 5 minutes of inactivity.
display.kbdact=on # Keyboard input turn screen back on.
display.outact=off # Display output doesn't turn the screen back on.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment