mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Fix dpi
This commit is contained in:
parent
bc29240836
commit
b1f211e981
2 changed files with 7 additions and 1 deletions
|
|
@ -64,10 +64,16 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
# Turn off screen-saver
|
||||
environment.extraInit = ''
|
||||
xset s off -dpms
|
||||
'';
|
||||
|
||||
environment.variables = {
|
||||
WINIT_HIDPI_FACTOR = "1";
|
||||
WINIT_X11_SCALE_FACTOR = "1";
|
||||
};
|
||||
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue