diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-16 21:47:26 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-16 21:47:26 +0100 |
commit | 6b06b850ff9e7d0e5972c6f9bd592043fe5867f8 (patch) | |
tree | e13f8fe4cbea2138f0aac20a4ca27fcc597374f0 /config/wayland | |
parent | 7d34d61225c680b5a330a98cff49ae8d7d30d0da (diff) |
open emacs on startup instead of tmux
Diffstat (limited to 'config/wayland')
-rwxr-xr-x | config/wayland/dwl/startup.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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' & |