From aaf8b1ac8b24d9c92c2e4ecf3e1b19554834f076 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Wed, 19 Apr 2023 14:28:29 -0400 Subject: [PATCH] Move xlaunch to bin dir --- home/.xinitrc | 2 +- home/{.xlaunch => bin/xlaunch} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename home/{.xlaunch => bin/xlaunch} (100%) diff --git a/home/.xinitrc b/home/.xinitrc index 27af33d..41c00f1 100755 --- a/home/.xinitrc +++ b/home/.xinitrc @@ -9,4 +9,4 @@ else fi dbus-update-activation-environment $opt_systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY -exec dbus-launch --sh-syntax --exit-with-session ~/.xlaunch startx +exec dbus-launch --sh-syntax --exit-with-session ~/bin/xlaunch startx diff --git a/home/.xlaunch b/home/bin/xlaunch similarity index 100% rename from home/.xlaunch rename to home/bin/xlaunch -- 2.20.1