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.
11 lines
377 B
11 lines
377 B
# Config
|
|
# :PROPERTIES:
|
|
# :header-args: :tangle ../config/xinitrc :comments org
|
|
# :END:
|
|
|
|
# My workflow includes launching Emacs under X11[fn:1] without the use of a display manager, controlling everything within Emacs, while still providing the functionality of a desktop environment.
|
|
|
|
|
|
compton &
|
|
xss-lock -- slock &
|
|
exec dbus-launch --exit-with-session emacs -mm --debug-init
|