5 lines
102 B
Fish
5 lines
102 B
Fish
|
#!/usr/bin/env fish
|
||
|
|
||
|
fd --regex sway-ipc\.$EUID\.\\d+\.sock /var/run/user/$EUID -d 1 --max-results 1
|
||
|
|