summaryrefslogtreecommitdiff
path: root/config/wayland/dwl/startup.sh
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-11-19 16:30:21 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-11-19 16:30:21 +0100
commitac82416ba14d4cfc2f47ab1d607501bfd899781f (patch)
treeac0ecd986284f5ae73b413143739281b9f8577bd /config/wayland/dwl/startup.sh
parentff3a8bb2d62f5a7e1759eb3d9e0834f4396e833d (diff)
parent822f8dbf4db697c7a2bfbd675374bfaa7080ce82 (diff)
Merge branch 'main' of /var/git/dotfiles
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' &