4 lines
166 B
Bash
Executable file
4 lines
166 B
Bash
Executable file
#!/bin/sh
|
|
|
|
tmp=/tmp/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock
|
|
[ -f $tmp ] && echo $tmp || echo $XDG_RUNTIME_DIR/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock
|