diff --git a/system/starlight/scripts.nix b/system/starlight/scripts.nix index d01d56f..3a75a6c 100644 --- a/system/starlight/scripts.nix +++ b/system/starlight/scripts.nix @@ -9,15 +9,15 @@ in home-manager.users.artemis.home.packages = [ (pkgs.writeScriptBin "work" '' ${swayPrelude} - swaymsg "output DP-1 disable" + swaymsg "output DP-1 enable mode 3840x2160 scale 2 pos 0 0" swaymsg "output DP-2 disable" - swaymsg "output DP-3 enable mode 3840x2160 scale 2 pos 0 0" + swaymsg "output DP-3 disable" '') (pkgs.writeScriptBin "miniwork" '' ${swayPrelude} - swaymsg "output DP-1 disable" - swaymsg "output DP-2 enable mode 3840x2160 scale 2 pos 0 0" - swaymsg "output DP-3 enable mode 3840x2160 scale 2 pos 1920 0" + swaymsg "output DP-1 enable mode 3840x2160 scale 2 pos 0 0" + swaymsg "output DP-2 enable mode 3840x2160 scale 2 pos 1920 0" + swaymsg "output DP-3 disable" '') (pkgs.writeScriptBin "game" '' ${swayPrelude}