aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/durden
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* x11-wm/durden: update to 0.6.1Jan Beich2020-12-212-4/+4
| | | | | | | | Changes: https://github.com/letoram/durden/compare/0.6.0...0.6.1 Reported by: portscout Notes: svn path=/head/; revision=558795
* x11-wm/durden: add new portJan Beich2020-11-273-0/+46
Durden is a desktop environment for the Arcan Display Server. It serves both as a reference showcase on how to take advantage of some of the features in Arcan, and as a very competent entry to the advanced-user side of the desktop environment spectrum. The basic premise is to absorb most, if not all, features from current desktop environments in a modular and configurable way - then let user selected profiles actually cherry- pick the configuration, visuals and tunning that reflects the desktop the user wants or is familiar with. Internally, it is based around a file-system like structure ("the menu") and everything else is references to paths within this structure. http://durden.arcan-fe.com/ Notes: svn path=/head/; revision=556447