projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee3e718
)
[sxhkd] reapply .Xmodmap when changing lang to ENG
author
Amin Bandali
<me@aminb.org>
Thu, 24 Dec 2015 03:16:03 +0000
(22:16 -0500)
committer
Amin Bandali
<me@aminb.org>
Thu, 24 Dec 2015 03:16:03 +0000
(22:16 -0500)
sxhkd/.local/bin/toggle-layout
patch
|
blob
|
blame
|
history
diff --git
a/sxhkd/.local/bin/toggle-layout
b/sxhkd/.local/bin/toggle-layout
index
fcae134
..
cb259b4
100755
(executable)
--- 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