diff options
| author | Amin Bandali <me@aminb.org> | 2015-12-23 22:16:03 -0500 |
|---|---|---|
| committer | Amin Bandali <me@aminb.org> | 2015-12-23 22:16:03 -0500 |
| commit | 359468168e32456e7eee31687963a91dc540c103 (patch) | |
| tree | ab855efdecf59f9780d6268850fd38edd32fa101 /sxhkd/.local/bin | |
| parent | ee3e7188ded9c424e22c15bbf970cd9ac09ff70c (diff) | |
| download | configs-359468168e32456e7eee31687963a91dc540c103.tar.gz configs-359468168e32456e7eee31687963a91dc540c103.tar.xz configs-359468168e32456e7eee31687963a91dc540c103.zip | |
[sxhkd] reapply .Xmodmap when changing lang to ENG
Diffstat (limited to 'sxhkd/.local/bin')
| -rwxr-xr-x | sxhkd/.local/bin/toggle-layout | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sxhkd/.local/bin/toggle-layout b/sxhkd/.local/bin/toggle-layout index fcae134..cb259b4 100755 --- a/sxhkd/.local/bin/toggle-layout +++ b/sxhkd/.local/bin/toggle-layout @@ -6,4 +6,5 @@ if [ "$lang" = "us" ]; then setxkbmap ir else setxkbmap us -fi
\ No newline at end of file + xmodmap $HOME/.Xmodmap +fi |
