wl-mirror

This commit is contained in:
Casper V. Kristensen 2023-08-14 02:40:13 +02:00
parent eb0722daad
commit c297f7f97e

View file

@ -128,7 +128,7 @@
enable = true; enable = true;
profiles = { profiles = {
# Output names ("criteria") from `swaymsg -t get_outputs`. # Output names ("criteria") from `swaymsg -t get_outputs`.
home.outputs = [ omega.outputs = [
{ {
criteria = "ASUSTek COMPUTER INC ROG XG27AQ M3LMQS370969"; criteria = "ASUSTek COMPUTER INC ROG XG27AQ M3LMQS370969";
mode = "2560x1440@144Hz"; mode = "2560x1440@144Hz";
@ -141,6 +141,12 @@
position = "2560,0"; 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) slurp # wayland region selector; for grim(shot)
swaylock swaylock
wdisplays wdisplays
wl-mirror # screen mirroing; wl-mirror (slurp -f%o -o)
wl-clipboard # wl-copy/wl-paste commands wl-clipboard # wl-copy/wl-paste commands
]; ];