aboutsummaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc18
1 files changed, 18 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc
new file mode 100644
index 0000000..795714b
--- /dev/null
+++ b/.xinitrc
@@ -0,0 +1,18 @@
1# .xinitrc for MMOSMacs
2# This script is executed when running the `startx` command.
3
4
5# Make Java applications aware this is a non-reparenting window manager
6export _JAVA_AWT_WM_NONREPARENTING=1
7
8
9# Set default cursor
10xsetroot -cursor_name left_ptr
11
12
13# Set keyboard repeat rate
14xset r rate 200 60
15
16
17# Start emacs
18exec dbus-launch --exit-with-session emacs