tokio-i3ipc icon indicating copy to clipboard operation
tokio-i3ipc copied to clipboard

The node attribue scratchpad_state is not in sway

Open sophacles opened this issue 2 years ago • 2 comments
trafficstars

The attr scratchpad_state is not present in ipc output of sway. It's unclear if it ever was there, but the last occurance of the string scratchpad_state in the sway repo was removed in this commit:

https://github.com/swaywm/sway/commit/a6bc46eea9d7dec6a2b93f85bac2e3737e0c6725

The attribute should probably be gated the sway feature flag.

sophacles avatar Jan 05 '23 21:01 sophacles

@leshow Im working on getting a project I have to work with sway as well as i3, I'm fine putting up a PR for this. I presume similar things may be discovered over the next few days as I work on it. Would you prefer if I make this ticket a general "sway differences" ticket or do a separate one (and pr) for each?

(I'm happy to do this work either way though :) )

sophacles avatar Jan 05 '23 22:01 sophacles

Hey! Yes, I'd prefer it all in one PR. Feature gating the sway fields sounds good!

leshow avatar Jan 06 '23 00:01 leshow