Skip to content

Instantly share code, notes, and snippets.

@akafael
Created June 9, 2018 18:52
Show Gist options
  • Save akafael/8b3d306af35df2a5ec9a679221050d80 to your computer and use it in GitHub Desktop.
Save akafael/8b3d306af35df2a5ec9a679221050d80 to your computer and use it in GitHub Desktop.
i3wm Keyboard Layout toogle shortcut
# i3wm Keyboard Layout toogle
bindsym $mod+space "exec setxkbmap -query | grep us && setxkbmap -layout br || setxkbmap -layout us"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment