From 701472f9b3dfb40663babd11f8c62b6303b87b0d Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Tue, 3 Sep 2024 20:22:58 -0400 Subject: [PATCH] lavaridge: add settings for 2.8k framework display --- hosts/lavaridge/home.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/hosts/lavaridge/home.nix b/hosts/lavaridge/home.nix index 8ae349a0..aef0c1fa 100644 --- a/hosts/lavaridge/home.nix +++ b/hosts/lavaridge/home.nix @@ -1,10 +1,15 @@ {lib, ...}: { home-manager.sharedModules = [ { - wayland.windowManager.sway.config.output = {"BOE 0x095F Unknown".scale = "1.5";}; + wayland.windowManager.sway.config.output = { + "eDP-1" = { + adaptive_sync = "on"; + scale = "2.0"; + }; + }; ar.home = { - desktop.hyprland.laptopMonitors = ["desc:BOE 0x095F,preferred,auto,1.566667"]; + desktop.hyprland.laptopMonitors = ["eDP-1,2880x1920@120, 0x0, 2, vrr, 1"]; services = { easyeffects = {