tmerr / i3ipc-rs

A Rust library for controlling i3-wm through its IPC interface
MIT License
107 stars 33 forks source link

get_socket_path(): try to fetch from env first #23

Closed lbonn closed 7 years ago

lbonn commented 7 years ago

As done in i3ipc-python.

With this modification, the library can also be used with sway.

tmerr commented 7 years ago

Makes sense to me 👍