neige d'aoust

knowledge, art, and other stuff

User Tools

Site Tools


snippets

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

snippets [2025/03/10 03:16] – created Yukisnippets [2025/03/11 21:16] (current) Yuki
Line 19: Line 19:
 fi fi
 </code> </code>
 +
 +===== 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 ".[0].instance") WAYLAND_DISPLAY=$(hyprctl instances -j | jq -r ".[0].wl_socket") hyprctl $@
 +</code>
 +
 +===== 
snippets.1741590988.txt.gz · Last modified: 2025/03/10 03:16 by Yuki