I showed you my source code, pls respond
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# Initialization # :PROPERTIES: # :header-args: :tangle ../config/xinitrc :comments org # :END:
# My workflow includes launching the window manager with *Xinit*[fn:3], without the use of a display manager, controlling *everything* within Emacs. In addition, compton is used as a display compositor, and slock for a screen lock.
compton & xss-lock -- slock &
# FIXME! https://github.com/ch11ng/exwm/issues/210#issuecomment-350044271 # exec dbus-launch --exit-with-session emacs -mm --debug-init
exec dbus-launch emacs -mm --debug-init
|