2015-10-28 11:55:49 +01:00
|
|
|
# Disable access control
|
2015-11-15 04:35:54 +01:00
|
|
|
xhost +SI:localuser:$USER
|
2015-10-28 11:55:49 +01:00
|
|
|
|
2018-02-18 17:04:27 +01:00
|
|
|
# Make Java applications aware this is a non-reparenting window manager.
|
|
|
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
|
|
|
|
2015-10-28 11:55:49 +01:00
|
|
|
# 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
|