summaryrefslogtreecommitdiff
path: root/config/wayland/dwl/startup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'config/wayland/dwl/startup.sh')
-rwxr-xr-xconfig/wayland/dwl/startup.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/wayland/dwl/startup.sh b/config/wayland/dwl/startup.sh
index d743f19..0f482fa 100755
--- a/config/wayland/dwl/startup.sh
+++ b/config/wayland/dwl/startup.sh
@@ -10,6 +10,7 @@ swaybg -i ~/pics/wallpaper &
wl-paste --watch cliphist store &
swayidle 300 locker &
keyadd id_rsa &
+emacs --daemon &
pkill -f "tail -f $HOME/.config/wob/pipe"
WOBCONFIG="$HOME"/.config/wob
@@ -20,4 +21,5 @@ then
fi
(tail -f "$WOBCONFIG"/pipe | wob) &
-$TERMINAL -e tmux a || $TERMINAL tmux &
+# $TERMINAL -e tmux a || $TERMINAL tmux &
+emacsclient -c -a 'emacs' &