This shows you the differences between two versions of the page.
snippets [2025/03/10 03:16] – created Yuki | snippets [2025/03/11 21:16] (current) – Yuki | ||
---|---|---|---|
Line 19: | Line 19: | ||
fi | fi | ||
</ | </ | ||
+ | |||
+ | ===== remotehyprctl ===== | ||
+ | |||
+ | Useful when you want to launch stuff on your Hyprland via ssh. | ||
+ | |||
+ | <code bash remotehyprctl> | ||
+ | #!/bin/sh | ||
+ | HYPRLAND_INSTANCE_SIGNATURE=$(hyprctl instances -j | jq -r " | ||
+ | </ | ||
+ | |||
+ | ===== |