From 6b06b850ff9e7d0e5972c6f9bd592043fe5867f8 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Thu, 16 Nov 2023 21:47:26 +0100 Subject: open emacs on startup instead of tmux --- config/wayland/dwl/startup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/wayland/dwl/startup.sh b/config/wayland/dwl/startup.sh index 8817ad2..0f482fa 100755 --- a/config/wayland/dwl/startup.sh +++ b/config/wayland/dwl/startup.sh @@ -21,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' & -- cgit v1.2.3