From a02fd32ee2081ff8adff6a46de16128654cec364 Mon Sep 17 00:00:00 2001 From: kenji Date: Fri, 12 Dec 2025 19:36:25 -0600 Subject: [PATCH] changed monitor pos --- .config/hypr/custom/general.conf | 4 ++-- modules/desktop/desktop.nix | 3 --- result | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.config/hypr/custom/general.conf b/.config/hypr/custom/general.conf index a42f47420..1e281b48e 100644 --- a/.config/hypr/custom/general.conf +++ b/.config/hypr/custom/general.conf @@ -1,6 +1,6 @@ # Put general config stuff here # Here's a list of every variable: https://wiki.hyprland.org/Configuring/Variables/ # monitor=DP-2, highres@180,0x1080,1,bitdepth,10,cm,hdr,sdrbrightness,1.4,sdrsaturation,0.98 -monitor=DP-1,3440x1440@180,0x1080,1,bitdepth,10,cm,hdr,sdrbrightness,1.4,sdrsaturation,0.98,vrr,0 -monitor=DP-2, highres@highrr,0x0,1 +monitor=DP-1,3440x1440@180,0x1080,1,bitdepth,10,cm,hdr,sdrbrightness,1.4,sdrsaturation,0.98,vrr,1 +monitor=DP-2, highres@highrr,760x0,1 monitor=HDMI-A-1, 1920x1080@120, 20000x20000,1 diff --git a/modules/desktop/desktop.nix b/modules/desktop/desktop.nix index d3d4aa79d..c19c7f521 100644 --- a/modules/desktop/desktop.nix +++ b/modules/desktop/desktop.nix @@ -20,7 +20,6 @@ in { settings = lib.mkIf cfg.settings.hyprland.useNixForConf ( lib.mkMerge [ - # These imports must be functions that return an attribute set. (import ./hyprland/hypr/keybinds.nix) (import ./hyprland/hypr/general.nix) (import ./hyprland/hypr/exec.nix) @@ -46,7 +45,6 @@ in { "zoom.sh" ]; in - # 1. Map the individual scripts with executable = true ( lib.genAttrs (map (name: ".config/hypr/hyprland/scripts/${name}") scripts) @@ -55,7 +53,6 @@ in { executable = true; }) ) - # 2. Add the 'ai' directory separately (cannot use executable=true on dirs) // { ".config/hypr/hyprland/scripts/ai".source = "${scriptDir}/ai"; } diff --git a/result b/result index 6c58bc4ec..3e3406978 120000 --- a/result +++ b/result @@ -1 +1 @@ -/nix/store/wrsbdrn4s5h2rybax6ianrz4g539f7il-ii-fonts \ No newline at end of file +/nix/store/mh22vi3q34jd1a9x0yxhqp38142jqhma-illogical-impulse-packages \ No newline at end of file