summaryrefslogtreecommitdiffstats
path: root/sxhkd
diff options
context:
space:
mode:
authorAmin Bandali <me@aminb.org>2015-12-23 22:16:03 -0500
committerAmin Bandali <me@aminb.org>2015-12-23 22:16:03 -0500
commit359468168e32456e7eee31687963a91dc540c103 (patch)
treeab855efdecf59f9780d6268850fd38edd32fa101 /sxhkd
parentee3e7188ded9c424e22c15bbf970cd9ac09ff70c (diff)
downloadconfigs-359468168e32456e7eee31687963a91dc540c103.tar.gz
configs-359468168e32456e7eee31687963a91dc540c103.tar.xz
configs-359468168e32456e7eee31687963a91dc540c103.zip
[sxhkd] reapply .Xmodmap when changing lang to ENG
Diffstat (limited to 'sxhkd')
-rwxr-xr-xsxhkd/.local/bin/toggle-layout3
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