mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-09 22:19:42 +00:00
Add proper monitor config for voyager
This commit is contained in:
parent
8b89b321e8
commit
d55203ed5f
|
@ -125,7 +125,17 @@
|
|||
wms.hyprland = {
|
||||
enable = true;
|
||||
monitor = [
|
||||
"eDP-1, 1920x1080@60, 0x0, 1"
|
||||
# Primary / laptop display
|
||||
"eDP-1, 1920x1200@60, 0x1080, 1"
|
||||
|
||||
# HDMI-A-1 above primary
|
||||
"HDMI-A-1, 1920x1080@60, 0x0, 1"
|
||||
|
||||
# HDMI-A-1 left to primary
|
||||
#"HDMI-A-1, 1920x1080@60, 1920x1080, 1"
|
||||
|
||||
# Mirror the primary (laptop) monitor on externals
|
||||
", preferred, auto, 1, mirror, eDP-1"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue