Introduction
Introduction Statistics Contact Development Disclaimer Help
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)
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.