Sway : Move desktop-specific display to host config.

This commit is contained in:
Dmitry Voronin 2024-10-04 03:57:43 +03:00
parent 762d8e4c79
commit e7a4d10af2
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,5 @@
text = ''
# You can get the names of your outputs by running: swaymsg -t get_outputs
output * scale 1
output "ASUSTek COMPUTER INC ASUS VA24E R2LMTF127165" mode 1920x1080@74.986Hz transform 180 pos 780,0
output "Huawei Technologies Co., Inc. ZQE-CBA 0xC080F622" pos 0,1080
'';
}

View file

@ -22,6 +22,8 @@
desktop.sway = {
enable = true;
extraConfig = ''
output "ASUSTek COMPUTER INC ASUS VA24E R2LMTF127165" mode 1920x1080@74.986Hz transform 180 pos 780,0
output "Huawei Technologies Co., Inc. ZQE-CBA 0xC080F622" pos 0,1080
workspace 1 output "ASUSTek COMPUTER INC ASUS VA24E R2LMTF127165"
'';
};