blob: 476d4b07d462a9fd3fcb9be6d57c6825a410a74c (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
picom &
xss-lock -- slock &
export VISUAL=emacsclient
export EDITOR="$VISUAL"
exec dbus-launch --exit-with-session emacs -mm --debug-init -l ~/.config/emacs/exwm/desktop.el
|