tvl-depot/xinitrc
Chris Feng d22e6740d7 Add customization settings
; Also fix documentations.
2018-02-19 00:04:27 +08:00

17 lines
352 B
Text

# Disable access control
xhost +SI:localuser:$USER
# Make Java applications aware this is a non-reparenting window manager.
export _JAVA_AWT_WM_NONREPARENTING=1
# Themes, etc
gnome-settings-daemon &
# Fallback cursor
xsetroot -cursor_name left_ptr
# Keyboard repeat rate
xset r rate 200 60
# Start Emacs
exec dbus-launch --exit-with-session emacs