dotfiles/resources/exwm-xinit

12 lines
280 B
Plaintext
Raw Normal View History

2016-09-13 15:18:05 -06:00
# Disable access control
xhost +SI:localuser:$USER
# Fallback cursor
xsetroot -cursor_name left_ptr
# Keyboard repeat rate
xset r rate 200 60
# Start Emacs
exec dbus-launch --exit-with-session emacs --eval '(progn (require 'exwm) (require 'exwm-config) (exwm-config-default))'