Peter Uithoven
Peter Uithoven
Hi Parthlab, Great that you are willing to experiment with this! You would need to build VisiCut yourself. A VisiCut version that uses MatthiasWM's LibLasercut (which includes this MPC6515Cutter driver)....
Discussions > Q&A might be a better place for this one?
To get vite + react + svgr + svgo working I needed to install `@svgr/plugin-svgo` and use the following config: ```js // vite.config.ts import { defineConfig } from "vitest/config"; import...
This appears to be the same issue as: https://github.com/elementary/wingpanel/issues/444 (I don't know whether the position of the wingpanel is handled by gala or the wingpanel itself)
As someone who designs UI's, it's often crucial to share things with cursor, to explain. To show things like:  Now I'm forced to take screenshots of the window...
I'm pretty sure this logic is handled by Mutter, which Gala uses, so this would probably be out of scope for Gala itself? Recent update on this: https://gitlab.gnome.org/GNOME/mutter/issues/52#note_77121 The actual...
I've figured out a crude way of doing quarter tiling using this script: https://gist.github.com/peteruithoven/db0cba0b0849c8cb5e267f6e75126304 Installation: 1. Move file to: /usr/local/bin/quarter-tiler 2. Make executable: sudo chmod +x /usr/local/bin/quarter-tiler 3. Go to...
I've implemented a quarter tiling Gala plugin that works with keys only at the moment: https://github.com/elementary/gala/pull/408
We moved this to Gala (the window manager for elementary OS). I'd recommend checking other workspaces related issues: https://github.com/elementary/gala/issues?utf8=%E2%9C%93&q=workspaces+is%3Aissue. One challenge I'll add is that in a lot of cases...
I've fixed #305, which was tiling specific, I agree this should be something else. To rule it out you could try the pull request. There is a change this is...