From 3014f3708f94fb533327ac6669af158f1fe01280 Mon Sep 17 00:00:00 2001 From: Kirill Kirilenko Date: Fri, 1 Jan 2021 16:38:36 +0300 Subject: [PATCH] Add README --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4269c31 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# About + +This is a simple tool to change screen resolution for Windows application. +It changes screen resolution before starting application and restores original resolution after application exits. +The tool can be useful for some weird applications, requiring particular screen resolution to work properly, but not setting it themselves. + +# Building + +``` +git clone https://github.com/UltraCoderRU/screen-resolution-changer.git +cd screen-resolution-changer +mkdir build +cd build +cmake .. +cmake --build . --config Release +``` + +# Usage + +``` +screen-resolution-changer.exe [args...] +``` + +Normally you create a shell link (.lnk) with that command to start application with specific screen resolution.