diff options
-rw-r--r-- | home/.xinitrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/.xinitrc b/home/.xinitrc index c730f50..66cc62d 100644 --- a/home/.xinitrc +++ b/home/.xinitrc | |||
@@ -10,5 +10,8 @@ xsetroot -cursor_name XC_crosshair | |||
10 | # Set keyboard repeat rate | 10 | # Set keyboard repeat rate |
11 | xset r rate 200 60 | 11 | xset r rate 200 60 |
12 | 12 | ||
13 | # Set some keys | ||
14 | setxkbmap -option caps:super | ||
15 | |||
13 | # Start emacs | 16 | # Start emacs |
14 | exec dbus-launch --exit-with-session emacs --debug-init | 17 | exec dbus-launch --exit-with-session emacs --debug-init |