From 8425d4b95351123758624e185e49537c53bcd047 Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Thu, 8 Feb 2024 18:08:26 +0100 Subject: [PATCH] Just testing out stuff --- start-dwl | 3 +++ start-hyprland | 3 +++ 2 files changed, 6 insertions(+) create mode 100755 start-dwl create mode 100755 start-hyprland 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