summaryrefslogtreecommitdiff
path: root/Userland/Utilities/wsctl.cpp
AgeCommit message (Collapse)Author
2022-04-18Userland: Always construct Application with try_create()Sam Atkins
2022-02-25Userland: Rename WindowServerConnection=>ConnectionToWindowServerItamar
This was done with CLion's automatic rename feature.
2022-01-04wsctl: Port to LibMainmjz19910
2021-07-07WindowServer+wsctl: Add a simple utility for toggling "flash flush"Andreas Kling
You can now put the WindowServer into "flash flush" mode by doing: $ wsctl -f 1 To disable it, somewhat obviously: $ wsctl -f 0