sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

index.md (488B)


      1 ========
      2 
      3 Description
      4 -----------
      5 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".
      6 
      7 Default bindings:
      8 modkey + ctrl + l : x + 20
      9 modkey + ctrl + h : x - 20
     10 modkey + ctrl + j : y + 20
     11 modkey + ctrl + k : y - 20
     12 
     13 Download
     14 --------
     15 * [dwm-movekeyboard-6.4.diff](dwm-movekeyboard-6.4.diff)
     16 
     17 Authors
     18 -------
     19 * mrmine - <mrmine1@proton.me>