index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (646B) | |
--- | |
1 movecenter | |
2 ==================== | |
3 | |
4 Description | |
5 ----------- | |
6 This patch provides a keybinding to center focused windows. | |
7 | |
8 Press MOD + x to center the focused floating window. | |
9 | |
10 It does NOT uncenter the window back to its previous location. | |
11 It does not center windows that are not floating. | |
12 | |
13 The original code is from the [togglefloatingcenter](../togglefloatingce… | |
14 | |
15 Download | |
16 -------- | |
17 * [dwm-movecenter-6.2.diff](dwm-movecenter-6.2.diff) - 2021-10-31 | |
18 * [dwm-movecenter-6.4.diff](dwm-movecenter-6.4.diff) - 2024-02-10 | |
19 * [dwm-movecenter-6.5.diff](dwm-movecenter-6.5.diff) - 2024-09-02 | |
20 | |
21 Author | |
22 ------ | |
23 * Philip Thomas K. - <[email protected]> |