about summary refs log tree commit diff
path: root/home/profiles
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-11-16 00:19:35 +0900
committersefidel <contact@sefidel.net>2023-11-16 00:19:35 +0900
commit64e49ad9ca152a584374bbfe4c2f5c27d4aa1847 (patch)
tree6808c59b46817bbb213963c29e394f26ca28f127 /home/profiles
parent8218f368d771fb763bb53a5c91add4d278a67dae (diff)
downloadnixrc-64e49ad9ca152a584374bbfe4c2f5c27d4aa1847.tar.gz
nixrc-64e49ad9ca152a584374bbfe4c2f5c27d4aa1847.zip
feat(home/gui): kanshi: setup docked profile
Diffstat (limited to 'home/profiles')
-rw-r--r--home/profiles/gui/default.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/home/profiles/gui/default.nix b/home/profiles/gui/default.nix
index 56b9b04..7fd3d19 100644
--- a/home/profiles/gui/default.nix
+++ b/home/profiles/gui/default.nix
@@ -171,6 +171,21 @@ in
               }
             ];
           };
+
+          haruka-docked = {
+            outputs = [
+              {
+                criteria = "AU Optronics 0xD291 Unknown";
+                scale = 1.25;
+                position = "500,1440";
+              }
+              {
+                criteria = "Samsung Electric Company LC32G5xT HNMN700045";
+                scale = 1.00;
+                position = "0,0";
+              }
+            ];
+          };
         };
       };