mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-26 18:47:29 -05:00
stuff
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
socat -u UNIX-CONNECT:/tmp/hypr/"$HYPRLAND_INSTANCE_SIGNATURE"/.socket2.sock - | while read -r line; do
|
||||
echo $line
|
||||
done
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user