home

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

commit da4bd326341163a0660478d5f58a1fd88435c55a
parent e9ab785e4b2c1588392517494012b4ad729db3ff
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sat,  7 Aug 2021 18:01:51 +0200

autorandr: disable eDP-1 when docked

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

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

diff --git a/users/vincent/desktop/autorandr.nix b/users/vincent/desktop/autorandr.nix @@ -29,9 +29,7 @@ in }; config = { eDP-1 = { - enable = true; - position = "3440x360"; - mode = "1920x1080"; + enable = false; }; DP-1-1 = { enable = true;