Commit 04b02653abbf

Vincent Demeester <vincent@sbr.pm>
2020-12-07 11:25:06
users/vincent: add autorandr on-the-move…
… profile. This is when.. I am on the move. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 7b25966
Changed files (1)
users
vincent
users/vincent/desktop/autorandr.nix
@@ -9,6 +9,19 @@ in
     hooks.postswitch."notify-i3" = "${config.xsession.windowManager.i3.package}/bin/i3-msg restart";
     hooks.postswitch."reset-background" = "systemctl --user start random-background.service";
     profiles = {
+      on-the-move = {
+        fingerprint = {
+          eDP-1 = thinkpadt480s;
+        };
+        config = {
+          eDP-1 = {
+            enable = true;
+            primary = true;
+            position = "0x0";
+            mode = "1920x1080";
+          };
+        };
+      };
       home = {
         fingerprint = {
           eDP-1 = thinkpadt480s;