diff --git a/start-dwl b/start-dwl new file mode 100755 index 0000000..649456b --- /dev/null +++ b/start-dwl @@ -0,0 +1,3 @@ +#!/bin/sh + +exec dbus-launch --exit-with-session dwl diff --git a/start-hyprland b/start-hyprland new file mode 100755 index 0000000..291d8e6 --- /dev/null +++ b/start-hyprland @@ -0,0 +1,3 @@ +#!/bin/sh + +exec dbus-launch --exit-with-session Hyprland