summaryrefslogtreecommitdiffstats
path: root/sxhkd/.local/bin
diff options
context:
space:
mode:
authorAmin Bandali <amin@aminb.org>2017-02-04 22:15:00 -0500
committerAmin Bandali <amin@aminb.org>2017-02-04 22:23:47 -0500
commit23a1f61aaf2144d071025e6e6b618007df648296 (patch)
treeceb694b8bbd87c17c31151bf5540d1eeaafb454e /sxhkd/.local/bin
parent45c2290600a542c9c5dbda4a8d4d07d6f2a6c134 (diff)
downloadconfigs-23a1f61aaf2144d071025e6e6b618007df648296.tar.gz
configs-23a1f61aaf2144d071025e6e6b618007df648296.tar.xz
configs-23a1f61aaf2144d071025e6e6b618007df648296.zip
bspwm and sxhkd config updates
Diffstat (limited to 'sxhkd/.local/bin')
-rwxr-xr-xsxhkd/.local/bin/toggle-layout2
1 files changed, 1 insertions, 1 deletions
diff --git a/sxhkd/.local/bin/toggle-layout b/sxhkd/.local/bin/toggle-layout
index cb259b4..5df7e2f 100755
--- a/sxhkd/.local/bin/toggle-layout
+++ b/sxhkd/.local/bin/toggle-layout
@@ -6,5 +6,5 @@ if [ "$lang" = "us" ]; then
setxkbmap ir
else
setxkbmap us
- xmodmap $HOME/.Xmodmap
+ #xmodmap $HOME/.Xmodmap
fi