Add demo configurations
* 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.
This commit is contained in:
parent
2779d2e418
commit
34d588599d
3 changed files with 122 additions and 38 deletions
14
xinitrc
Normal file
14
xinitrc
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue