KO
|
EN
gitlite — search
Search
#game
#python
#docker
#swift
#golang
#unity3d
#javascript
#kotlin
#android
#go
#data-science
#arduino
go-sway
★ 43
Open GitHub ↗
sway client for Go
Download README (.md)
Explore Similar Repositories
wlr-sunclock
:
wayland desktop widget to show to the sun's shadows on earth
sway-interactive-screenshot
:
Interactively take screenshots and record video captures with Sway.
dotfiles
:
Just another NixOS dotfiles.
cute-sway-recorder
:
SwayWM screen recorder; a GUI for wf-recorder
sway-yasm
:
Yet Another Sway Manager
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
go-sway
?
Download (.md)
[](https://goreportcard.com/report/github.com/joshuarubin/go-sway) [](https://godoc.org/github.com/joshuarubin/go-sway) This package simplifies working with the [sway](https://swaywm.org/) IPC from Go. It was highly influenced by the [i3 package](https://github.com/i3/go-i3). While the i3 and sway IPCs share much in common, they are not identical. This package provides the complete sway api. ## Differences from the i3 package * Retries are not handled. Use tools like systemd to automatically restart apps that use this library. * A much simpler interface for subscriptions and handling events. * No global state. * Use of Context throughout. ## Assumptions * The `$SWAYSOCK` variable must be set properly in the environment * sway is running on a machine with the same byteorder as the client