diff options
Diffstat (limited to 'home-manager')
-rw-r--r-- | home-manager/entrypoints/personal.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/entrypoints/personal.nix b/home-manager/entrypoints/personal.nix index b49dd6d..e277347 100644 --- a/home-manager/entrypoints/personal.nix +++ b/home-manager/entrypoints/personal.nix @@ -47,7 +47,7 @@ gamestream-end = { text = '' #!${pkgs.zsh}/bin/zsh - ${pkgs.hyprland}/bin/hyprctl keyword monitor DP-3,preferred,auto,1 + ${pkgs.hyprland}/bin/hyprctl keyword monitor DP-2,preferred,auto,1 ''; target = "bin/gamestream-end"; executable = true; |