redhog / InfiniteGlass

Window manager with infinite desktop, infinite zoom and infinite window resolution
https://redhog.github.io/InfiniteGlass/
GNU General Public License v3.0
35 stars 5 forks source link

Welcome package #52

Open IanTrudel opened 4 years ago

IanTrudel commented 4 years ago
IanTrudel commented 4 years ago

Feel free to adjust settings to your liking. :D

redhog commented 4 years ago

This didn't work for me - I think you have some docker caching issues again, the keys used for ghosts are different since quite a while. I fixed that on this branch, but I still have a problem where Sakura doesn't seem to like being resized - it says it's 100x100px. Or maybe it's my code somehow... bug anyway :( Maybe a race condition?

IanTrudel commented 4 years ago

I did a make clean and a last test before sending a pull request to avoid such issues. If you have suggestions, I would take them!

redhog commented 4 years ago

I think it might be time we change the docker image to just mount all of /InfiniteGlass from the outside, rather than have it in the image... It might cause some troubles with file permissions/ownership, but should mean that you never have version caching issues. What do you think?

IanTrudel commented 4 years ago

Yes, we should give this a try. It shouldn't be a problem for permissions.