tvl-depot/xinitrc
W. Greenhouse 3b19dad162 Limit X host-based auth permissions.
We don't need more than the currently logged in user
to have access to the X session, so don't grant X host access
to other users.
2015-11-15 03:35:54 +00:00

14 lines
241 B
Text

# Disable access control
xhost +SI:localuser:$USER
# 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