Skip to content

Instantly share code, notes, and snippets.

@larsbratholm
Created September 24, 2016 15:04
Show Gist options
  • Save larsbratholm/3150191b94afcfdcb9827d8640ff83cd to your computer and use it in GitHub Desktop.
Save larsbratholm/3150191b94afcfdcb9827d8640ff83cd to your computer and use it in GitHub Desktop.
Keyboard issue fix on T450s
# i3 config file (v4)
# Disable and re-enable keyboard
exec (~/bin/keyboard.sh disable;sleep 1;~/bin/keyboard.sh enable)
#!/usr/bin/env bash
# note tab
xinput $1 "AT Translated Set 2 keyboard"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment