aboutsummaryrefslogtreecommitdiff
path: root/x11/pmenu/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* x11/pmenu: Update to 2.3.0Mateusz Piotrowski2021-05-111-1/+1
| | | | Changes: https://github.com/phillbush/pmenu/blob/v2.3.0/CHANGELOG
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 2.2.0Mateusz Piotrowski2021-02-051-2/+2
| | | | | | | | | | | | | | With the last release, πmenu now uses XRender to draw anti-aliased graphics (the line separators, and the slices). Also, you do not need xclickroot anymore: with the -r 3 option, pie menu can be run in background (by following it with a &) and it will watch for clicks on the root window. I included this xclickroot functionality into πmenu so it is always loaded, and it does not have the overhead of initiating and drawing stuff. Notes: svn path=/head/; revision=564111
* Update to v2.1.3Mateusz Piotrowski2020-10-061-4/+1
| | | | Notes: svn path=/head/; revision=551598
* Fix some pkg-descr typosMateusz Piotrowski2020-10-061-0/+1
| | | | Notes: svn path=/head/; revision=551580
* Add x11/pmenuMateusz Piotrowski2020-10-061-0/+41
Pmenu is a pie menu utility for X. Pmenu receives a menu specification in stdin, shows a menu for the user to select one of the options, and outputs the option selected to stdout. Pmenu comes with the following features: - Pmenu reads something in and prints something out, the UNIX way. - Submenus (some pie-menu slices can spawn another menu). - Icons (pie-menu slices can contain icon image). - X resources support (you don't need to recompile pmenu for configuring it). Check out my other project, xclickroot for an application that can spawn pmenu by right clicking on the root window (i.e. on the desktop). WWW: https://github.com/phillbush/pmenu Notes: svn path=/head/; revision=551573