Skip to content

Instantly share code, notes, and snippets.

@Thomashrb
Created November 5, 2019 22:28
Show Gist options
  • Select an option

  • Save Thomashrb/f608e8cd46b60d419ef27574ac54d4a1 to your computer and use it in GitHub Desktop.

Select an option

Save Thomashrb/f608e8cd46b60d419ef27574ac54d4a1 to your computer and use it in GitHub Desktop.
toggle keyboard layout
#!/bin/bash
(setxkbmap -query | grep -q "layout:\s\+us") && setxkbmap no || setxkbmap us
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment