34d588599d
* 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.
14 lines
223 B
Text
14 lines
223 B
Text
# 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
|