aboutsummaryrefslogtreecommitdiff
path: root/.xinitrc
blob: c148ce938d8b68b812ce2629f58bd740dfa0316e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# .xinitrc for MMOSMacs
# This script is executed when running the `startx` command.


# Make Java applications aware this is a non-reparenting window manager
export _JAVA_AWT_WM_NONREPARENTING=1


# Set default cursor
xsetroot -cursor_name left_ptr


# Set keyboard repeat rate
xset r rate 200 60


# Fix keyboard
setxkbmap -option caps:super


# Start emacs
exec dbus-launch --exit-with-session emacs --debug-init