blob: 0adc06845078d32eb60ca21f33d8e59cfdf66537 (
plain) (
tree)
|
|
# 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
|