From 968e8689e0855b7edb64cb0f97963b2a13419c48 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 11 Aug 2024 19:36:00 -0400 Subject: [PATCH] dustin/sway: add monitor config --- homes/dustin/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/homes/dustin/default.nix b/homes/dustin/default.nix index a09e9a12..9148e97a 100644 --- a/homes/dustin/default.nix +++ b/homes/dustin/default.nix @@ -53,6 +53,13 @@ self: { "${config.wayland.windowManager.sway.config.modifier}+P" = "exec ${lib.getExe pkgs.rofi-rbw-wayland}"; }; + output = { + "Guangxi Century Innovation Display Electronics Co., Ltd 27C1U-D 0000000000001" = { + scale = "1.5"; + pos = "-2560 0"; + }; + }; + startup = [{command = "sleep 2 && ${lib.getExe pkgs.trayscale} --hide-window";}]; }; };