diff options
author | Brahmajit Das <brahmajit.xyz@gmail.com> | 2024-09-13 15:54:41 +0530 |
---|---|---|
committer | Brahmajit Das <brahmajit.xyz@gmail.com> | 2024-09-13 15:54:41 +0530 |
commit | 1f51787c1cf3766816062f1142cfda95e7b44bcc (patch) | |
tree | 4943c0708634a4f1406fee7eb79e682461fe05c2 | |
parent | 5e25698a28238f39a45c618b0a5bdee64fef6e4f (diff) |
kanshi: adding scaling for BENQ monitor
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
-rw-r--r-- | .config/kanshi/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/kanshi/config b/.config/kanshi/config index f2522c5..622d7da 100644 --- a/.config/kanshi/config +++ b/.config/kanshi/config @@ -4,6 +4,6 @@ profile { profile { output DP-5 mode 2560x1440 position 2000,0 transform 90 - output DP-7 mode 3840x2160 position 3440,0 + output DP-7 mode 3840x2160 position 3440,0 scale 1 output eDP-1 disable } |