diff options
Diffstat (limited to 'articles/2025/Toggle-screen-resolution-in-DWM.html')
| -rwxr-xr-x | articles/2025/Toggle-screen-resolution-in-DWM.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/articles/2025/Toggle-screen-resolution-in-DWM.html b/articles/2025/Toggle-screen-resolution-in-DWM.html new file mode 100755 index 0000000..6928414 --- /dev/null +++ b/articles/2025/Toggle-screen-resolution-in-DWM.html @@ -0,0 +1,35 @@ +<!doctype html> +<html lang="EN"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="/style.css"> + <title>Toggle screen resolution in DWM</title> + </head> + <body> + <header> + <h1>Bloggings</h1> + <a href="/index.php">Back</a> + + </header> + +<main> +<article> +<h2>Toggle screen resolution in DWM</h2> +<h3>2025-06-28</h3> +<h4>using X220 keys</h4> +<p>Sometimes a badly written application will display a panel that is bigger than my X220's screen resolution, which is 1366x768.</p> +<p>To quickly solve this I've affected the Scroll Lock key to a script that toggles scaling between 1366x768 and 1600x900</p> +<p>The scaling adds some fuzziness but gets the job done.</p> +<p><a href="https://git.wittamore.fr/dwm/about/">My DWM fork</a></p> +<p><a href="https://git.wittamore.fr/scripts/tree/dwm-scale">DWM Scale script</a></p> + </article> +</main> +<footer> + + <p> </p> + + <p>ยง</p> + </footer> +</body> +</html> |
