home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 008d6825a38545ae706d9a7c0b3fdec4b3b3b3f0
parent bc9b8d051c48397e798b26d1a6d3f153c4139ace
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri,  4 Jun 2021 14:50:25 +0200

users/vincent: update home screen setup

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/desktop/autorandr.nix | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/users/vincent/desktop/autorandr.nix b/users/vincent/desktop/autorandr.nix @@ -25,15 +25,15 @@ in home = { fingerprint = { eDP-1 = thinkpadt480s; - DP-1-2 = lg_ultrawide_curved; + DP-1-1 = lg_ultrawide_curved; }; config = { eDP-1 = { enable = true; - position = "651x1440"; + position = "3440x360"; mode = "1920x1080"; }; - DP-1-2 = { + DP-1-1 = { enable = true; primary = true; mode = "3440x1440";