Skip to content

Instantly share code, notes, and snippets.

@ninp0
Last active July 17, 2023 16:41
Show Gist options
  • Save ninp0/344601212ca2b85fbb19933d95e8c120 to your computer and use it in GitHub Desktop.
Save ninp0/344601212ca2b85fbb19933d95e8c120 to your computer and use it in GitHub Desktop.
#!/bin/bash
# At the end you should be prompted to restore the ability to restart X via CTRL+ALT+BACKSPACE
sudo dpkg-reconfigure keyboard-configuration
# Alternatively:
# cat << EOF > /etc/default/keyboard
# XKBMODEL="pc101"
# XKBLAYOUT="us"
# XKBVARIANT=""
# XKBOPTIONS="terminate:ctrl_alt_bksp"
# BACKSPACE="guess"
# EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment