Add demo configurations

* exwm-config.el: Demo EXWM configurations.
* xinitrc: Demo xinitrc file.
* exwm.el (exwm-enable-ido-workaround, exwm-disable-ido-workaround): Partly
  moved to exwm-config.el.
This commit is contained in:
Chris Feng 2015-10-28 18:55:49 +08:00
parent 2779d2e418
commit 34d588599d
3 changed files with 122 additions and 38 deletions

14
xinitrc Normal file
View file

@ -0,0 +1,14 @@
# Disable access control
xhost +
# 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