fix(tazjin/dotfiles): fix default screen scale on tverskoy
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
This commit is contained in:
parent
d1cafeae1f
commit
7ea442b21a
1 changed files with 5 additions and 0 deletions
|
@ -134,3 +134,8 @@ binds {
|
|||
|
||||
Mod+Shift+E { quit; }
|
||||
}
|
||||
|
||||
// tverskoy screen fix
|
||||
output "AU Optronics 0x5A2D Unknown" {
|
||||
scale 1.0
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue