summaryrefslogtreecommitdiffstats
path: root/sxhkd
diff options
context:
space:
mode:
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