summaryrefslogtreecommitdiffstats
path: root/.xprofile
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-04-05 14:49:21 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-04-05 14:50:11 +0200
commit947c6e5a694f7d5ace12a4a7b2b55625a57714ab (patch)
tree9087c5a57d2396d3d75befb1b7ed811e8acdf75f /.xprofile
parent502679c0965e44cf111506365ae0e5b9ff489cc9 (diff)
downloaddotfiles-947c6e5a694f7d5ace12a4a7b2b55625a57714ab.tar.gz
dotfiles-947c6e5a694f7d5ace12a4a7b2b55625a57714ab.tar.xz
dotfiles-947c6e5a694f7d5ace12a4a7b2b55625a57714ab.zip
Move xinput command to .xprofile as it should be from beginning
Also add setxkbmap command to define common keyboard layouts I use Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to '.xprofile')
-rw-r--r--.xprofile6
1 files changed, 6 insertions, 0 deletions
diff --git a/.xprofile b/.xprofile
new file mode 100644
index 0000000..b2aec2b
--- /dev/null
+++ b/.xprofile
@@ -0,0 +1,6 @@
+# disable mouse horizontal scrolling
+/bin/xinput set-button-map 8 1 2 3 4 5 0 0
+
+# add czech keyboard layout
+#setxkbmap -layout "us,cz"
+setxkbmap -layout "us,cz" -option "grp:switch,grp:tab_toggle,grp_led:scroll"