jordansissel / xdotool

fake keyboard/mouse input, window management, and more
Other
3.19k stars 317 forks source link

Remove unused dependency on libXi #446

Open eli-schwartz opened 8 months ago

eli-schwartz commented 8 months ago

In commit 6c1db901e22f21eb8ffa1ea03da562a59c115067, the appears_to_be_wayland function was reverted (commented out, really), but the includes and scaffolding for it were left in. This has a couple of effects:

The original rationale for keeping it:

I've left the "is on wayland?" detection code that is otherwise now unused, in case we want it later.

The code has gone untouched for several years now, so it is probably time to remove it altogether. In a pinch, it can always be retrieved via git log.