Add scaled steam
This commit is contained in:
parent
2ca117e000
commit
a492486eb5
1 changed files with 11 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue