mirror of
https://codeberg.org/scip/swayipc.git
synced 2026-08-24 14:54:19 +02:00
update to module changes
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
"log"
|
||||
|
||||
"codeberg.org/scip/swayipc/v1"
|
||||
"codeberg.org/scip/swayipc/v2"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -25,6 +25,6 @@ func main() {
|
||||
|
||||
if focused != nil {
|
||||
fmt.Printf("focused node: %s\n id: %d\n Geometry: %dx%d\n",
|
||||
focused.Name, focused.Id, focused.Geometry.Width, focused.Geometry.Height)
|
||||
focused.Name, focused.ID, focused.Geometry.Width, focused.Geometry.Height)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user