diff options
| author | triethyl <triethylammonium@pm.me> | 2025-07-02 19:00:10 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-07-02 19:00:10 -0400 |
| commit | 963038780456cf596fbdaaf627caa1982f6e8b34 (patch) | |
| tree | 53bf834f5495367b6d1b313cbdc9679f38c581d8 /features/user | |
| parent | d1dbb308ead74fe4d8ce97fd6baeaa56cbe2f747 (diff) | |
added tool to launch steam in big picture mode
Former-commit-id: b659db9cdcbd35259832dd3cb014a8350674b2f0
Diffstat (limited to 'features/user')
| -rw-r--r-- | features/user/gui/desktops/niri/parts/selectors.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/features/user/gui/desktops/niri/parts/selectors.nix b/features/user/gui/desktops/niri/parts/selectors.nix index 6550a9f..dae8246 100644 --- a/features/user/gui/desktops/niri/parts/selectors.nix +++ b/features/user/gui/desktops/niri/parts/selectors.nix @@ -44,6 +44,9 @@ in { $qr_code_bin | save -f $temp_file ${lib.getExe pkgs.imv} $temp_file } + "steam big-picture": { + gamescope -f -- steam -bigpicture + } } # Logic |
