Move work displays to right

This commit is contained in:
Artemis Tosini 2023-01-23 19:42:09 +00:00
parent 71e2c972d0
commit fcd7bd8035
Signed by: artemist
GPG key ID: EE5227935FE3FF18

View file

@ -9,15 +9,15 @@ in
home-manager.users.artemis.home.packages = [ home-manager.users.artemis.home.packages = [
(pkgs.writeScriptBin "work" '' (pkgs.writeScriptBin "work" ''
${swayPrelude} ${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-2 disable"
swaymsg "output DP-3 enable mode 3840x2160 scale 2 pos 0 0" swaymsg "output DP-3 disable"
'') '')
(pkgs.writeScriptBin "miniwork" '' (pkgs.writeScriptBin "miniwork" ''
${swayPrelude} ${swayPrelude}
swaymsg "output DP-1 disable" swaymsg "output DP-1 enable mode 3840x2160 scale 2 pos 0 0"
swaymsg "output DP-2 enable mode 3840x2160 scale 2 pos 0 0" swaymsg "output DP-2 enable mode 3840x2160 scale 2 pos 1920 0"
swaymsg "output DP-3 enable mode 3840x2160 scale 2 pos 1920 0" swaymsg "output DP-3 disable"
'') '')
(pkgs.writeScriptBin "game" '' (pkgs.writeScriptBin "game" ''
${swayPrelude} ${swayPrelude}