forked from colonelpanic/dotfiles
Add not quite workign exwm init
This commit is contained in:
parent
b570191881
commit
755fc790a4
11
resources/exwm-xinit
Normal file
11
resources/exwm-xinit
Normal 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))'
|
Loading…
Reference in New Issue
Block a user