Move work displays to right
This commit is contained in:
parent
71e2c972d0
commit
fcd7bd8035
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue