Add Super + Ctrl + Backspace to toggle resolution between 1-2-3x

This commit is contained in:
David Heinemeier Hansson
2026-02-17 17:55:19 +01:00
parent 6ef727ab0b
commit f6719b1784
2 changed files with 24 additions and 0 deletions
+3
View File
@@ -28,6 +28,9 @@ bindd = SUPER CTRL, I, Toggle locking on idle, exec, omarchy-toggle-idle
# Toggle nightlight
bindd = SUPER CTRL, N, Toggle nightlight, exec, omarchy-toggle-nightlight
# Toggle monitor scaling
bindd = SUPER CTRL, Backspace, Toggle monitor scaling, exec, omarchy-toggle-monitor-scaling
# Control Apple Display brightness
bindd = CTRL, F1, Apple Display brightness down, exec, omarchy-brightness-display-apple -5000
bindd = CTRL, F2, Apple Display brightness up, exec, omarchy-brightness-display-apple +5000