added support to open links

This commit is contained in:
2023-10-04 00:51:04 +05:00
parent bb253a2b2c
commit 536bda25fb
4 changed files with 14 additions and 1 deletions

3
xdg-open-listener.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
echo $1 | socat - TCP:$XDG_OPEN_LISTENER_HOST:$XDG_OPEN_LISTENER_PORT