nyyManni / dmenu-wayland

dmenu for wayland-compositors
MIT License
197 stars 22 forks source link

dmenu -h does not use output scale #8

Closed cyberhuman closed 5 years ago

cyberhuman commented 5 years ago

In a multi monitor setup with different scale on each output, it's not convenient to use dmenu -h to set the menu bar height, since the number is in pixels, but the pixel height depends on the output scale.

nyyManni commented 5 years ago

Fixed on master. -h now uses logical resolution instead of physical resolution.