From 65b370ec2c2c524c25148cb0df3f97a4540841e7 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 17 Aug 2024 22:10:30 +0200 Subject: [PATCH] chore: add exec into start-dwl bash script --- home/dotfiles/session-scripts/start-dwl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/dotfiles/session-scripts/start-dwl b/home/dotfiles/session-scripts/start-dwl index d704320..4b7ce5b 100755 --- a/home/dotfiles/session-scripts/start-dwl +++ b/home/dotfiles/session-scripts/start-dwl @@ -6,4 +6,4 @@ export QT_QPA_PLATFORM="wayland" export MOZ_ENABLE_WAYLAND="1" export _JAVA_AWT_WM_NONREPARENTING="1" -dwl -s "~/.sessions/start-dwl-internal" +exec dwl -s "~/.sessions/start-dwl-internal" -- 2.48.1