Skip to content

Instantly share code, notes, and snippets.

@noahlt
Created September 27, 2017 23:00
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 noahlt/5249778d8f953d79ab5b27eb456ac46c to your computer and use it in GitHub Desktop.
Save noahlt/5249778d8f953d79ab5b27eb456ac46c to your computer and use it in GitHub Desktop.
Print keyboard layout in X11
setxkbmap -query | grep layout | sed 's/layout: *\(.*\)/\1/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment