diff options
author | jdlugosz963 <jdlugosz963@gmail.com> | 2022-12-31 23:20:53 +0100 |
---|---|---|
committer | jdlugosz963 <jdlugosz963@gmail.com> | 2022-12-31 23:20:53 +0100 |
commit | a3ab59de884a372226432ba50dd3c36e354ff22e (patch) | |
tree | ec96f030982b189b1a878bd2f0245253ee2c05f3 /.config/emacs/exwm/start.sh | |
parent | 991712cc6a862e6166392ab8400cd67ee732f11d (diff) | |
download | dotfiles-a3ab59de884a372226432ba50dd3c36e354ff22e.tar.gz dotfiles-a3ab59de884a372226432ba50dd3c36e354ff22e.zip |
Update Desktop config
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 |