I3
An interface for the i3 window manager's IPC server.
Constants
VERSION = "0.4.0"
The current version of i3.cr.
Class methods
act
A convenience method for quickly creating and disposing of a connection. Yields
a new Connection, and destroys it on block close.
I3.act do |con|
# make the current window sticky
con.command("sticky enable")
end