Add not quite workign exwm init

This commit is contained in:
Ivan Malison 2016-09-13 14:18:05 -07:00
parent b570191881
commit 755fc790a4
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

11
resources/exwm-xinit Normal file
View File

@ -0,0 +1,11 @@
# 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))'