Remove laptop screen scaling

This commit is contained in:
Evie Litherland-Smith 2023-10-22 12:30:24 +01:00
parent 29ed547f9c
commit e8efcdbcb6
2 changed files with 3 additions and 5 deletions

View file

@ -1,7 +1,5 @@
{ ... }: { ... }:
{ {
xdg.configFile."hypr/extra.conf".text = ''
monitor=eDP-1,preferred,auto,1.5
'';
} }

View file

@ -23,7 +23,7 @@
disable_splash_rendering = true disable_splash_rendering = true
} }
monitor=eDP-1,preferred,0x480,1.5 monitor=eDP-1,preferred,0x120,1
monitor=desc:Iiyama North America PLB2403WS 0574281251316,preferred,1280x0,1 monitor=desc:Iiyama North America PLB2403WS 0574281251316,preferred,1920x0,1
''; '';
} }