From 0a9a98ff4092514ca1c79b8650e7979a8873b7b3 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Mon, 3 Feb 2020 17:16:48 -0300 Subject: [PATCH] remove todo --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1afabfa..e45d42c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ So I went and wrote one. * Generate a xrandr invocation to reflect the desired configuration * Allow per-monitor scaling * Allow arbitrary monitor positioning -* Implement "scale everything so all the pixels are the same size" (not done yet) +* Implement "scale everything so all the pixels are the same size" ## To try: @@ -19,5 +19,4 @@ If you have PySide2: `python -m xrandroll` in the folder where you cloned it. ## TODO: * Implement other things -* Make it a proper app, with installation and whatnot * Forget about it forever