robm / dzen

Dzen is a general purpose messaging, notification and menuing program for X11.
MIT License
607 stars 81 forks source link

Add support for relative geometry. #20

Open osandov opened 10 years ago

osandov commented 10 years ago

Currently, supporting a single dzen configuration across multiple computers can be a pain because the computers might have different display resolutions. This patch adds support for specifying the size and position of the dzen window relative to the resolution by specifying a percentage (e.g., dzen -w 50% will start a dzen window taking up half of the screen width-wise).

(Resubmitted because the last pull request was a mess.)

dpnova commented 6 years ago

This is great... any reason why it's not being accepted?

osandov commented 6 years ago

This project doesn't seem to be active anymore :(

dpnova commented 6 years ago

@osandov cheers - hard job to get repos to accept a fork of such a well known project... might just have to build myself!