Jasu
Jasu
I assume we are talking about switching the currently active window on the grid? Like the current movement keys, but switching the active window instead of moving any of the...
That is something I definitely have to add to the script. Especially if I plan on supporting more than four windows per desktop.
Kate has been a problem since the first version of the script and I suppose the Pamac case is similar. The script tries to resize the window, but the opened...
I can't see a reason why this couldn't be implemented. I haven't used KDE for a while, so I'll have to setup a virtual machine to test the changes.
It's definitely possible. I'm not running KDE at the moment, so I'll need to find some time for setting up a VM. If you're familiar with Javascript, the layouts are...
Alright, looks like I'm about to switch to KDE anyways – I'll implement the new layout while I'm fixing the resizing issue. Either way, to answer your original question –...
Thanks for the feedback. 1. Looking into it! 2. Had no idea shading was a thing. I don't use it, so it's difficult to say how this should work. Should...
2 and 3 (shading support and monitor adjustments) should be in master now. However, monitor adjustments also have the issue specified in 1 (you need to move a window for...
I've intentionally blocked zero gaps for two reasons: 1. Windows get automatically maximized if they are closer than two pixels to the top edge of the screen (think dragging a...
Is cheating okay? Everything works properly if I force 1px margins whenever gaps are set to zero.  EDIT: Committed, gaps can be set to zero now. _I should have...