index.md (1282B)
1 Position and width 2 ================== 3 4 The patch adds options for setting window position and width. 5 6 * The '-x' and '-y' options set the window position on the target monitor (0 if one is not supplied with '-m') 7 * If option '-b' is used, the y offset is computed from the bottom 8 * The '-x' and '-y' accept negative values 9 * The '-w' option sets the window width 10 11 Please note that for the 5.0 version, the width parameter is '-z' to avoid conflict with '-w windowid'. 12 If this change is not desired, the 4.7 version applies fine, but '-w windowid' will not work. 13 This change was carried on through the 5.2 version, necessitated by failure of the 5.0 version on dmenu-5.2, 14 hence -z is now the only option to preserve the '-w windowid' function. 15 16 Download 17 -------- 18 * [dmenu-xyw-5.2.diff](dmenu-xyw-5.2.diff) 19 * [dmenu-xyw-5.0.diff](dmenu-xyw-5.0.diff) 20 * [dmenu-xyw-4.7.diff](dmenu-xyw-4.7.diff) 21 * [dmenu-xyw-20171207-f0a5b75.diff](dmenu-xyw-20171207-f0a5b75.diff) 22 * [dmenu-xyw-20160903-026827f.diff](dmenu-xyw-20160903-026827f.diff) 23 * [dmenu-xyw-4.6.diff](dmenu-xyw-4.6.diff) 24 25 Author 26 ------ 27 * Xarchus 28 * Jonathon Fernyhough (jonathon at manjaro-dot-org) (4.7 rewrite) 29 * Alex Cole <ajzcole@airmail.cc> (changes in the 5.0 version) 30 * Mike Johnson (slayinlay at gmail-dot-com) (5.2 update)