naelstrof
naelstrof
Run this in a terminal before trying to cmake or make. `sudo apt-get install libpng12-dev libglm-dev libjpeg-dev` That might be all the dependencies required to build maim, but I don't...
I have to agree with you since even I use --hidecursor in my scripts haha. I put it in the cursor by default due to a special circumstance where I...
OK it's fully implemented with e18b06121a9036ff56c691ab34db7ce8661a5df8 and ab83360b3e88500c00b4eda1b10802769d35529a. Feel free to close this issue if you feel like they're adequate.
Whoops, I accidentally reverted this during my refactor. I'll fix it in a bit.
Ah jeez, I hate changing stuff like this because people are already probably used to how it works as is, there's no convention saying what's "normal" really. @KeepBotting I believe...
Slop's some pretty old software now, I've been lazily adding dependencies as needed. (I wasn't sure that EGL was another dependency since on Arch it's packaged with [mesa](https://www.archlinux.org/packages/extra/x86_64/mesa/). Sorry about...
You can disable keyboard grabbing in main and it should fix that. On Mon, May 13, 2019, 4:45 AM alrasch wrote: > This is an old issue, but a recurring...
I made this script which replaces any root window selections with the monitor that the mouse was on: https://gist.github.com/naelstrof/544d76b0649512ee2458da4e6569278f You can probably alter it to do exactly what you want,...
Also, slop is unaware of monitor geometry. So slop wouldn't be useful for selecting monitors in particular. I may add a flag for this functionality though, seeing as making/using the...
Ah yes, the error is the bug I fixed! You'll have to update slop for it to work properly. (Or you can remove the -i flag in the maim command.)...