altdesktop / i3ipc-glib

A C interface library to i3wm
GNU General Public License v3.0
104 stars 18 forks source link

"empty" event: any way to know which workspace is emptied? #2

Closed xuhdev closed 9 years ago

xuhdev commented 9 years ago

Currently there is no information about which workspace is emptied. Is there any way to know?

Use the old focused workspace isn't reliable, as windows in other workspaces can also be killed to empty another workspace without switching to it at all.

acrisci commented 9 years ago

Hi,

Please make an issue on the i3 bug tracker to request this info be added to the IPC protocol. (I will respond there as TonyC)

xuhdev commented 9 years ago

@acrisci I submitted the ticket here.

acrisci commented 9 years ago

The feature has been implemented into the ipc protocol and no changes to i3ipc-glib are required.