mirror of
https://github.com/ch11ng/exwm.git
synced 2024-11-23 19:47:58 +01:00
15 lines
223 B
Text
15 lines
223 B
Text
|
# 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
|