xmonad / xmonad-contrib

Contributed modules for xmonad
https://xmonad.org
BSD 3-Clause "New" or "Revised" License
584 stars 274 forks source link

made borderresize take a parameter #754

Closed Quoteme closed 1 year ago

Quoteme commented 1 year ago

Until now it is not possible to change how many pixels near a border is considered "near enough", so that the window can be resized by dragging this border. This is especially frustrating on a touchscreen, where I would wish to have more than just 2 pixels to tap on for resizing windows. This shoudl allow exactly that. Until now, you were stuck with 2 pixel wide borders for resizing. But now this value is not a global variable but instead a parameter for the borderResize layout modifier

slotThe commented 1 year ago

Thanks!