summaryrefslogtreecommitdiff
path: root/Applications/SystemMenu/Makefile
AgeCommit message (Collapse)Author
2020-05-08Services: Move Taskbar and SystemMenu from Applications to ServicesAndreas Kling
2020-02-23SystemMenu: Move SystemDialog into SystemMenu and remove INI configthatlittlegit
I probably would've done INI config removal in another commit, but it fit well here because I didn't want to pledge wpath for SystemMenu if I didn't need to. Frankly, that's something that I think should be done: allow ConfigFile to be used read-only.
2020-02-17SystemMenu: Add a separate program to host the system menuAndreas Kling
This will allow us to run the system menu as any user. It will also enable further lockdown of the WindowServer process since it should no longer need to pledge proc and exec. :^) Note that this program is not finished yet. Work towards #1231.