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