summaryrefslogtreecommitdiffstats
path: root/.config/emacs/jd-exwm/start.sh
blob: 98149b6413be408ba8ba5036094ad2d3805ff0a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

# picom &

xss-lock -- slock &

export VISUAL="emacsclient -a vim"
export EDITOR="$VISUAL"
export GTK_THEME="Adwaita:dark"
export CALIBRE_USE_DARK_PALETTE=1
export JD_EXWM=1

gentoo-pipewire-launcher &

exec dbus-launch --exit-with-session emacs -mm --debug-init -l ~/.config/emacs/exwm/desktop.el