Browse Source

Update desktop

main
parent
commit
113b4d17d1
  1. 2
      config/xinitrc
  2. 4
      modules/desktop.org

2
config/xinitrc

@ -6,4 +6,6 @@
# My workflow includes launching the window manager with *Xinit*[fn:3], without the use of a display manager, controlling *everything* within Emacs. # My workflow includes launching the window manager with *Xinit*[fn:3], without the use of a display manager, controlling *everything* within Emacs.
compton &
xss-lock -- slock &
exec dbus-launch --exit-with-session emacs -mm --debug-init exec dbus-launch --exit-with-session emacs -mm --debug-init

4
modules/desktop.org

@ -15,9 +15,11 @@ I use Emacs as a Desktop Environment with the *EXWM*[fn:1] package. It allows Em
:header-args: :tangle ../config/xinitrc :comments org :header-args: :tangle ../config/xinitrc :comments org
:END: :END:
My workflow includes launching the window manager with *Xinit*[fn:3], without the use of a display manager, controlling *everything* within Emacs.
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.
#+begin_src conf #+begin_src conf
compton &
xss-lock -- slock &
exec dbus-launch --exit-with-session emacs -mm --debug-init exec dbus-launch --exit-with-session emacs -mm --debug-init
#+end_src #+end_src

Loading…
Cancel
Save