.xinitrc 264 B

1234567891011121314151617
  1. #!/bin/sh
  2. # Disable access control
  3. xhost +SI:localuser:$USER
  4. # Fallback cursor
  5. xsetroot -cursor_name left_ptr
  6. # Keyboard repeat rate
  7. xset r rate 200 60
  8. export VISUAL=emacsclient
  9. export EDITOR="$VISUAL"
  10. # Start Emacs
  11. exec dbus-launch --exit-with-session emacs