added support to open links
This commit is contained in:
3
xdg-open-listener.sh
Normal file
3
xdg-open-listener.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo $1 | socat - TCP:$XDG_OPEN_LISTENER_HOST:$XDG_OPEN_LISTENER_PORT
|
Reference in New Issue
Block a user