Skip to content

Commit

Permalink
Add forcedesktopscaling launch option to steam desktop file #49
Browse files Browse the repository at this point in the history
  • Loading branch information
different-name committed Aug 20, 2024
1 parent b009114 commit 3c41591
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions home/common/desktop/programs/xdg.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@
type = "Application";
categories = ["Graphics"];
};

steam = {
name = "Steam";
comment = "Application for managing and playing games on Steam";
exec = "steam %U -forcedesktopscaling 1.5";
icon = "steam";
terminal = false;
type = "Application";
categories = ["Network" "FileTransfer" "Game"];
mimeTypes = ["x-scheme-handler/steam" "x-scheme-handler/steamlink"];
};
};

mimeApps = {
Expand Down

0 comments on commit 3c41591

Please sign in to comment.