blob: 692841443d78e3d28704c8f8334ec6e173230f55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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>
|