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 (999B)
---
1 clientresizehints
2 =================
3
4 Description
5 -----------
6 `clientresizehints` allows the user to set rules about whether or not `r…
7
8 Usage Example
9 -------------
10
11 The following rules will cause st resizehints to be ignored, but xterm r…
12
13 static const Rule rules[] = {
14 /* class instance title tags mask isfloating …
15 { "St", NULL, NULL, 0, 0, …
16 { "xterm", NULL, NULL, 0, 0, …
17
18 };
19
20 The default behavior for applications without an associated rule is to f…
21
22 static const int resizehints = 1; /* 1 means respect size hints in t…
23
24
25 Download
26 --------
27
28 * [dwm-clientresizehints-6.5.diff](dwm-clientresizehints-6.5.diff)
29
30 Author
31 ------
32 * Fred Frey - [[email protected]](mailto:[email protected])
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.