Add scaled steam

This commit is contained in:
Tristan D. 2024-08-15 09:09:29 +02:00
parent 2ca117e000
commit a492486eb5
Signed by: tristan
SSH key fingerprint: SHA256:U7y6eMb7CQDaTHv9XoX6/BaQnPqyxxKc+Xnfcefi6rY

View file

@ -28,6 +28,17 @@
];
};
xdg.desktopEntries.steam-2 = {
name = "Steam (2.0 Scaling)";
type = "Application";
icon = "steam";
comment = "steam with forced 2x scaling for highdpi displays";
exec = "steam -forcedesktopscaling 2";
terminal = false;
prefersNonDefaultGPU = true;
categories = [ "Network" "FileTransfer" "Game" ];
};
home = {
file."Pictures/default_background.png".source = config.stylix.image;