Comment on My I3-Emacs IntegrationComments−nesarkvechnep3moI did the same integration with an Erlang daemon. All relevant key presses are sent to it and based on the current focused application the daemon does different things. I built an Erlang library i3_IPC to listen for events and send commands to Sway.−Pay083moI'm curious; why Erlang?−nesarkvechnep3moWhy not Erlang?It's is great in everything which requires talking to and/or listening on a socket. It's amazing for writing and running daemons.−krupan3moCare to share?
Comments
I did the same integration with an Erlang daemon. All relevant key presses are sent to it and based on the current focused application the daemon does different things. I built an Erlang library i3_IPC to listen for events and send commands to Sway.
I'm curious; why Erlang?
Why not Erlang?
It's is great in everything which requires talking to and/or listening on a socket. It's amazing for writing and running daemons.
Care to share?