diff options
Diffstat (limited to '.config/emacs/exwm/start.sh')
-rw-r--r-- | .config/emacs/exwm/start.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/emacs/exwm/start.sh b/.config/emacs/exwm/start.sh index 476d4b0..127e858 100644 --- a/.config/emacs/exwm/start.sh +++ b/.config/emacs/exwm/start.sh | |||
@@ -4,7 +4,9 @@ picom & | |||
4 | 4 | ||
5 | xss-lock -- slock & | 5 | xss-lock -- slock & |
6 | 6 | ||
7 | export VISUAL=emacsclient | 7 | export VISUAL="emacsclient -a vim" |
8 | export EDITOR="$VISUAL" | 8 | export EDITOR="$VISUAL" |
9 | export GTK_THEME="Adwaita:dark" | ||
10 | export CALIBRE_USE_DARK_PALETTE=1 | ||
9 | 11 | ||
10 | exec dbus-launch --exit-with-session emacs -mm --debug-init -l ~/.config/emacs/exwm/desktop.el | 12 | exec dbus-launch --exit-with-session emacs -mm --debug-init -l ~/.config/emacs/exwm/desktop.el |