wihack.1 (1395B)
1 .TH "WIMENU" 1 "May, 2010" "wmii-@VERSION@" 2 3 .SH NAME 4 .P 5 wihack \- The wmii window hack 6 7 .SH SYNOPSIS 8 .P 9 wihack \fI[\-transient \fI<window>\fR]\fR \fI[\-type \fI<ewmh window type>\fR]\fR \fI[\-tags \fI<tags>\fR]\fR \fI<program>\fR 10 11 .SH DESCRIPTION 12 .P 13 \fBwihack\fR is a program which alters the windows created by an 14 arbitrary program. It has the name \fBwihack\fR because it is just that: 15 a hack. It uses LD_PRELOAD to override certain Xlib calls and add 16 properties to newly created windows. 17 18 .SH ARGUMENTS 19 .TP 20 \-transient \fI<window>\fR 21 Marks created windows as transient for a given \fI<window>\fR. 22 This causes the new window to open in the floating layer of 23 the same tags as \fI<window>\fR. 24 .TP 25 \-type \fI<ewmh window type>\fR 26 Sets the EWMH window type of the created window to the type 27 given. \fBwmii\fR understands the following types: 28 29 .RS 8 30 .TP 31 dialog 32 Opens in the floating layer. 33 .TP 34 dock 35 .TP 36 menu 37 .TP 38 toolbar 39 Automatically opens in the floating layer. Does not 40 have a window border or titlebar. 41 .TP 42 splash 43 Automatically floats and does not automatically 44 receive focus. 45 .RS -8 46 .TP 47 \-tags \fI<tags>\fR 48 The created window opens on the given tags. 49 50 .SH BUGS 51 .P 52 It is a hack. 53 54 .P 55 It doesn't work for setuid programs. 56 57 .P 58 It doesn't work for non\-Xlib programs. 59 60 .SH SEE ALSO 61 .P 62 wmii(1) 63 64 65 .\" man code generated by txt2tags 2.5 (http://txt2tags.sf.net) 66 .\" cmdline: txt2tags -o- wihack.man1 67