summaryrefslogtreecommitdiff
path: root/dmenukblayout
blob: 2e149ef9c07822f39922021919a27c70ef100746 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

layouts=" \
us	setxkbmap us
de	setxkbmap de
rus	setxkbmap ru"
choice="$(echo "$layouts" | cut -d"	" -f 1 | dmenu )"

$(echo "$layouts" | grep "^$choice	" | cut -d '	' -f2) && remaps 
#xmodmap -e "keysym Super_R = Escape"
#xmodmap -e "keysym Menu = Escape"