refactor: Add Steam scaling entries
This commit is contained in:
parent
fec24c79e1
commit
0c10a145c3
1 changed files with 22 additions and 9 deletions
|
@ -28,15 +28,28 @@
|
|||
];
|
||||
};
|
||||
|
||||
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" ];
|
||||
xdg.desktopEntries= {
|
||||
steam-15 = {
|
||||
name = "Steam (1.5 Scaling)";
|
||||
type = "Application";
|
||||
icon = "steam";
|
||||
comment = "steam with forced 2x scaling for highdpi displays";
|
||||
exec = "steam -forcedesktopscaling 1.5";
|
||||
terminal = false;
|
||||
prefersNonDefaultGPU = true;
|
||||
categories = [ "Network" "FileTransfer" "Game" ];
|
||||
};
|
||||
|
||||
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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue