renamed to swayipc

This commit is contained in:
2025-08-16 19:50:30 +02:00
parent c8096780a8
commit 177eecd475
29 changed files with 110 additions and 104 deletions

View File

@@ -12,7 +12,7 @@ import (
"log"
"os"
"github.com/tlinden/i3ipc"
"github.com/tlinden/swayipc"
)
func main() {
@@ -22,7 +22,7 @@ func main() {
payload = os.Args[1]
}
ipc := i3ipc.NewI3ipc()
ipc := swayipc.NewSwayIPC()
err := ipc.Connect()
if err != nil {