index.md (1001B)
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 14 Download 15 -------- 16 * [dmenu-xyw-5.0.diff](dmenu-xyw-5.0.diff) 17 * [dmenu-xyw-4.7.diff](dmenu-xyw-4.7.diff) 18 * [dmenu-xyw-20171207-f0a5b75.diff](dmenu-xyw-20171207-f0a5b75.diff) 19 * [dmenu-xyw-20160903-026827f.diff](dmenu-xyw-20160903-026827f.diff) 20 * [dmenu-xyw-4.6.diff](dmenu-xyw-4.6.diff) 21 22 Author 23 ------ 24 * Xarchus 25 * Jonathon Fernyhough (jonathon at manjaro-dot-org) (4.7 rewrite) 26 * Alex Cole <ajzcole@airmail.cc> (changes in the 5.0 version)