From f5ccc92e4e234e102773484f9af88226632ce6a4 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Thu, 26 Jan 2023 16:26:49 +0100 Subject: [PATCH] miku(mpv): Also play on DP-2 --- hosts/miku.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/miku.nix b/hosts/miku.nix index 039bb2f..855e9e1 100644 --- a/hosts/miku.nix +++ b/hosts/miku.nix @@ -58,7 +58,8 @@ programs = { #bluray.enable = true; mpv = { - primaryScreen = "C27F398"; enable = true; + primaryScreen = "DP-2"; + enable = true; }; sway.enable = false; alacritty.enable = true;