From 1469810d2be35e756cdd5b53e4d50e185b473bf3 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Wed, 18 Sep 2024 09:43:31 -0500 Subject: [PATCH] laptop monitor above --- modules/home-manager/fish/shellInit.fish | 2 ++ nixos/foxtrot.nix | 7 ++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/fish/shellInit.fish b/modules/home-manager/fish/shellInit.fish index 4b5ffc0..66a3a84 100644 --- a/modules/home-manager/fish/shellInit.fish +++ b/modules/home-manager/fish/shellInit.fish @@ -42,6 +42,8 @@ if has_command skim set --export --universal SKIM_CTRL_T_COMMAND "fd --hidden" end +set --export --universal NEWT_COLORS "root=black,black:border=black,blue" + # colors set -U fish_color_normal normal # default color set -U fish_color_command white # base command being run (>ls< -la) diff --git a/nixos/foxtrot.nix b/nixos/foxtrot.nix index 07d67e5..2fc5f12 100644 --- a/nixos/foxtrot.nix +++ b/nixos/foxtrot.nix @@ -317,10 +317,15 @@ in output = { "BOE NE135A1M-NY1 Unknown" = { mode = "2880x1920@120Hz"; - position = "0,0"; + position = "1092,2160"; scale = toString 1.75; }; + "Dell Inc. DELL U2720Q CWTM623" = { + mode = "3840x2160@60Hz"; + position = "0,0"; + }; + /* "BOE 0x0BCA Unknown" = { mode = "2256x1504@60Hz";