Closed cyberhuman closed 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.
dmenu -h
Fixed on master. -h now uses logical resolution instead of physical resolution.
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.