diff options
author | Vincent Ambo <mail@tazj.in> | 2024-12-31T09·45+0300 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2024-12-31T15·23+0000 |
commit | 7ea442b21ab42084a876be106bfd231f8bfc965c (patch) | |
tree | f1277f2d67dfe69f2a6c422fda5f83a7770115f8 | |
parent | d1cafeae1fe42ffe44e4d018caf6f218ab6322ee (diff) |
fix(tazjin/dotfiles): fix default screen scale on tverskoy r/9050
For some reason it keeps getting scaled to 1.25, which is too big. Change-Id: Idbe938bb94f92c72275ee715d21004a3d9372496 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12935 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
-rw-r--r-- | users/tazjin/dotfiles/niri.config.kdl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/users/tazjin/dotfiles/niri.config.kdl b/users/tazjin/dotfiles/niri.config.kdl index 6b8d0652416d..bfb810f1019c 100644 --- a/users/tazjin/dotfiles/niri.config.kdl +++ b/users/tazjin/dotfiles/niri.config.kdl @@ -134,3 +134,8 @@ binds { Mod+Shift+E { quit; } } + +// tverskoy screen fix +output "AU Optronics 0x5A2D Unknown" { + scale 1.0 +} |