add(jellyfin): immersion mode
immersion turns off all other monitor. great for movies
This commit is contained in:
@@ -66,6 +66,14 @@
|
||||
)
|
||||
stayFocusedGames);
|
||||
in {
|
||||
xdg.desktopEntries.steam-bigpicture = {
|
||||
name = "Steam (Big Picture GLX)";
|
||||
exec = "env STEAM_RUNTIME=1 steam -no-cef-sandbox -cef-force-glx -bigpicture";
|
||||
icon = "steam";
|
||||
terminal = false;
|
||||
categories = ["Game"];
|
||||
comment = "Launch Steam in Big Picture mode with Wayland fixes";
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
protonup-qt
|
||||
mangohud
|
||||
|
||||
Reference in New Issue
Block a user