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

@@ -8,11 +8,11 @@ import (
"log"
"github.com/alecthomas/repr"
"github.com/tlinden/i3ipc"
"github.com/tlinden/swayipc"
)
func main() {
ipc := i3ipc.NewI3ipc()
ipc := swayipc.NewSwayIPC()
err := ipc.Connect()
if err != nil {