From fde804fdd91082036b3a86a620c299d09632f40e Mon Sep 17 00:00:00 2001 From: ferreo Date: Tue, 29 Oct 2024 17:29:15 +0100 Subject: [PATCH] Update pika-hyprland-session/usr/bin/pika-hyprland --- pika-hyprland-session/usr/bin/pika-hyprland | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pika-hyprland-session/usr/bin/pika-hyprland b/pika-hyprland-session/usr/bin/pika-hyprland index c851149..c3f9086 100755 --- a/pika-hyprland-session/usr/bin/pika-hyprland +++ b/pika-hyprland-session/usr/bin/pika-hyprland @@ -1,4 +1,5 @@ #! /bin/bash set -e -source /etc/profile +source /etc/profile || true +source $HOME/.profile || true dbus-launch /usr/bin/Hyprland "$@" \ No newline at end of file