12 lines
280 B
Plaintext
12 lines
280 B
Plaintext
|
# 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))'
|