Skip to content

Instantly share code, notes, and snippets.

@adamws
adamws / layout.json
Created September 19, 2025 16:18
kle-ng example gist
[[{"ry":0.375,"a":0},"",""],
[{"ry":0.125,"x":2},""],
[{"ry":0,"x":3},""],
[{"ry":0.125,"x":4},""],
[{"ry":0.25,"x":5},""],
[{"ry":0.375,"y":1},"",""],
[{"ry":0.125,"x":2,"y":1},""],
[{"ry":0,"x":3,"y":1},""],
[{"ry":0.125,"x":4,"y":1},""],
[{"ry":0.25,"x":5,"y":1},""],
@adamws
adamws / client.go
Created March 19, 2022 14:33
i3 history server/client
package main
import (
"log"
"net/rpc"
)
type Response struct {
Status string
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.