aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2025-06-16 16:09:59 +0200
committerPhilip Wittamore <philip@wittamore.com>2025-06-16 16:09:59 +0200
commit18a3bfdb765bfe9f72d8eb62bc7505e896a4e6f2 (patch)
tree1b3246df8b2fd8539e2149e7cedb06eb8d1b28b7 /README.md
parent782a9e944b50ad1252cadb9491a761b8afdcf2f0 (diff)
downloaddmenu-18a3bfdb765bfe9f72d8eb62bc7505e896a4e6f2.tar.gz
dmenu-18a3bfdb765bfe9f72d8eb62bc7505e896a4e6f2.tar.bz2
dmenu-18a3bfdb765bfe9f72d8eb62bc7505e896a4e6f2.zip
update
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 20 insertions, 7 deletions
diff --git a/README.md b/README.md
index 7b83f48..65b5438 100644
--- a/README.md
+++ b/README.md
@@ -3,17 +3,30 @@
- xresources
- center
- border
+- xyz
-The center patch adds the -c parameter for centering dmenu
-
-The border patch adds the -bw parameter followed by an integer (width in pixels)
+The center patch
+ adds the -c parameter for centering dmenu
+The border patch
+ adds the -bw parameter followed by an integer (width in pixels)
dmenu -bw 4 -c -l 4 -p "Power: "
-The xresources patch makes dmenu read the .Xresources file enabling<br>
-on the fly color matching with Pywal16
-### .Xressources or Pywal template
+The xyz patch:
+ The '-x' and '-y' options set the window position on the target monitor (0 if one is not supplied with '-m')
+ If option '-b' is used, the y offset is computed from the bottom
+ The '-x' and '-y' accept negative values
+ The '-z' option sets the window width
+
+ I've also modified the width calculation to accept a minimum width that is set in config.def.h
+ lines 835 and 835, and works with -c
+
+The xresources patch
+ makes dmenu read the .Xresources file enabling<br>
+ on the fly color matching with Pywal16
+
+ ### .Xressources or Pywal template
! dmenu
dmenu.background: {color1}
@@ -22,4 +35,4 @@ on the fly color matching with Pywal16
dmenu.selforeground: {color15}
dmenu.border: {color4}
-I've added border color to the xressources patch.
+ I've added border color to the xressources patch.