From: Amin Bandali Date: Thu, 24 Dec 2015 03:16:03 +0000 (-0500) Subject: [sxhkd] reapply .Xmodmap when changing lang to ENG X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/359468168e32456e7eee31687963a91dc540c103 [sxhkd] reapply .Xmodmap when changing lang to ENG --- 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