index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (464B) | |
--- | |
1 Move tiled window with mouse | |
2 ============================ | |
3 | |
4 Description | |
5 ----------- | |
6 tilemovemouse() lets you drag a client to a different position *without* | |
7 floating it. Reordering windows this way is fun. | |
8 | |
9 static Button buttons[] = { | |
10 /* click event mask button function … | |
11 { ClkClientWin, MODKEY, Button1, tilemovemo… | |
12 }; | |
13 | |
14 Download | |
15 -------- | |
16 * [tilemovemouse](//lists.suckless.org/dwm/0903/7773.html) |