summaryrefslogtreecommitdiffstats
path: root/.xprofile
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-04-05 15:47:58 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-04-05 15:47:58 +0200
commit1185e6a3dc4aa7cfc9640e4a46c49fc2e32a3a13 (patch)
tree235e91789b219f30d55edd6bc9542089590b3aff /.xprofile
parent95f3895e474277cd225ef1f5a7408ddbc956af5a (diff)
downloaddotfiles-1185e6a3dc4aa7cfc9640e4a46c49fc2e32a3a13.tar.gz
dotfiles-1185e6a3dc4aa7cfc9640e4a46c49fc2e32a3a13.tar.xz
dotfiles-1185e6a3dc4aa7cfc9640e4a46c49fc2e32a3a13.zip
.xprofile: sanitize keyboard layout switching
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to '.xprofile')
-rw-r--r--.xprofile6
1 files changed, 3 insertions, 3 deletions
diff --git a/.xprofile b/.xprofile
index b2aec2b..d95a868 100644
--- a/.xprofile
+++ b/.xprofile
@@ -1,6 +1,6 @@
# disable mouse horizontal scrolling
-/bin/xinput set-button-map 8 1 2 3 4 5 0 0
+xinput set-button-map 8 1 2 3 4 5 0 0
-# add czech keyboard layout
+# add czech keyboard layout, switch by shift+capslock
#setxkbmap -layout "us,cz"
-setxkbmap -layout "us,cz" -option "grp:switch,grp:tab_toggle,grp_led:scroll"
+setxkbmap -layout "us,cz" -option "grp:shift_caps_toggle,grp_led:scroll"