wl-mirror
This commit is contained in:
parent
eb0722daad
commit
c297f7f97e
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue