quicktile
quicktile copied to clipboard
Adds window-tiling hotkeys to any X11 desktop. (An analogue to WinSplit Revolution for people who don't want to use Compiz Grid)
Currently quicktile places windows so that they overlap the IceWM taskbar. The Taskbar does have `_NET_WM_STRUT` set as `0, 0, 0, 49`. However, the taskbar window is not listed `_NET_CLIENT_LIST`...
@ssokolow this follows your request on #106 . How about some credits in the documentation? Hints from git history. What do you think? ```bash git log --pretty=%an | sort |...
Hi! # Done homework, looked existing issues before posting This request is related with, though different from, #30 , and more remotely to #13 . # Observed situation I've been...
At first I want to thank you for this great tool! Using both OS X and Ubuntu I was looking for a solution that was similar to what Rectangle does...
As of 0.4.0, the `move-to-{top,left,right,bottom}` commands now center the window in the other coordinate. For example, `move-to-right` will move the window to the right edge of the screen and center...
I'm not sure if this is an Quicktile or window manager ([Gala](https://github.com/elementary/gala) from Elementary OS in my case) issue. When using quicktile and tiling windows to the right part of...
While doing my final tests for pushing 0.4.0 to master, I managed to trigger an edge case I hadn't considered before and, like an idiot, I forgot to save the...
Add configuration option to select the order in which the window positions are cycled. Perhaps more consideration should be given to the options available. But I have added only 2:...
When I encountered #109 and chose the "Close" button in the exception dialog, I found that QuickTile no longer responded to hotkeys. Given how difficult it is to trigger an...
I don't want this to block 0.4.0, but I've realized the proper way to handle differently-sized monitors for `monitor-*` commands without waiting for the big rework needed to track what...