- Manehattan MAS hub
- https://holanet.xyz
-
Sasha Koshka is the name I go by online. E-mail me if you have questions about that or about my projects in general.
- Joined on
2022-08-07
This seems to be because, while we support receiving incremental data, we do not support sending it. If there is a lot of data, we set all of it on a window property at once, which is obviously…
We also just need clipboard support in general. It's been missing for too long.
The clear solution here is to create another Application interface with an extra AddFlags method that Nasin can check for:
type ApplicationFlagAdder struct {
Application
…
The original UNIX had a lot of samey names;
chmod
,chroot
,chdir
,chsh
all come to mind. I can remember them all off the top of my head because they're all intuitive considering their…
It is a well established convention that square brackets mean something is optional. Breaking that would cause much confusion for users, especially if it isn't explained to them.
This could be done over dbus, however that is not cross platform. Perhaps pid files could be utilized.