diff --git a/modules/desktop/sway.nix b/modules/desktop/sway.nix index 7168eaa..62a4c82 100644 --- a/modules/desktop/sway.nix +++ b/modules/desktop/sway.nix @@ -128,7 +128,7 @@ enable = true; profiles = { # Output names ("criteria") from `swaymsg -t get_outputs`. - home.outputs = [ + omega.outputs = [ { criteria = "ASUSTek COMPUTER INC ROG XG27AQ M3LMQS370969"; mode = "2560x1440@144Hz"; @@ -141,6 +141,12 @@ position = "2560,0"; } ]; + zeta.outputs = [ + { + criteria = "Chimei Innolux Corporation 0x14D2 Unknown"; + mode = "1920x1080@60Hz"; + } + ]; }; }; }; @@ -156,6 +162,7 @@ slurp # wayland region selector; for grim(shot) swaylock wdisplays + wl-mirror # screen mirroing; wl-mirror (slurp -f%o -o) wl-clipboard # wl-copy/wl-paste commands ];