From ffdfbf82209ef97d9f27c9e8dbb3140e61279003 Mon Sep 17 00:00:00 2001
From: Jacob Babor <jacob@babor.tech>
Date: Tue, 4 Feb 2025 21:48:38 -0600
Subject: [PATCH] Add hyprpm toolbox alias

---
 base/.profile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/base/.profile b/base/.profile
index e7e16321..9c99bbdf 100755
--- a/base/.profile
+++ b/base/.profile
@@ -67,6 +67,11 @@ if [ -f "$brewfix"/bin/brew ]; then
 fi
 unset brew
 
+# If we have toolbox, assume we're on Wayblue and set up an alias
+if has toolbox; then
+	alias hyprpm='toolbox run -c hyprpm env HYPRLAND_INSTANCE_SIGNATURE="$HYPRLAND_INSTANCE_SIGNATURE" hyprpm'
+fi
+
 # Grab pip completion, if it exists
 if has pip; then
 	case "$_baseshell" in