index.md (505B)
1 movekeyboard 2 ============ 3 4 Description 5 ----------- 6 This Patch adds the ability to move floating windows on the x and y axis with the keyboard, instead of only the mouse. This is achieved by adding the two functions "movekeyboard-x" and "movekeyboard-y". 7 8 Default bindings: 9 modkey + ctrl + l : x + 20 10 modkey + ctrl + h : x - 20 11 modkey + ctrl + j : y + 20 12 modkey + ctrl + k : y - 20 13 14 Download 15 -------- 16 * [dwm-movekeyboard-6.4.diff](dwm-movekeyboard-6.4.diff) 17 18 Authors 19 ------- 20 * mrmine - <mrmine1@proton.me>