aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-04-07 20:10:04 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-04-07 20:10:04 +0200
commit28aced1ea91c8aed214ae2116b48302846d1b4da (patch)
treea476230ac24f5bc23faf2532db6d72144d9f4146
parent31a955495f4ea9d810762999c14eda992f731f21 (diff)
downloaddrm-28aced1ea91c8aed214ae2116b48302846d1b4da.tar.gz
Add custom resolution hotkeys
-rw-r--r--hotkeys.x3
1 files changed, 3 insertions, 0 deletions
diff --git a/hotkeys.x b/hotkeys.x
index e69de29..cfc2640 100644
--- a/hotkeys.x
+++ b/hotkeys.x
@@ -0,0 +1,3 @@
+^F9::SwitchResolution({width: 1024, height: 768, rate: 115, depth: 32}, Get())
+^F10::SwitchResolution({width: 1280, height: 960, rate: 95, depth: 32}, Get())
+^F11::SwitchResolution({width: 1600, height: 1200, rate: 75, depth: 32}, Get()) \ No newline at end of file