aboutsummaryrefslogtreecommitdiffstats
path: root/.xinitrc
blob: 2844cdd42c48c1214c2b4fd8833d64d46f643674 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
#X11 keyboard maps
setxkbmap -layout de
setxkbmap -option ''
setxkbmap -option 'grp:alt_space_toggle'
setxkbmap -option 'grp:shift_toggle'
setxkbmap -option 'grp_led:caps'
setxkbmap -option 'caps:escape'
#setxkbmap -option 'ctrl:swapcaps'
#setxkbmap -option 'ctrl:nocaps'

#if [ -f $HOME/.Xmodmap ]; then
#    /usr/bin/xmodmap $HOME/.Xmodmap
#fi