From 06ea3eec290a78aa3807fde1e7c8de3de470d3e7 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 4 May 2026 14:53:01 -0700 Subject: [PATCH] Reduce strixi-minaj display scale --- dotfiles/config/hypr/hyprland.lua | 14 ++++++++++++++ nixos/machines/strixi-minaj.nix | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/dotfiles/config/hypr/hyprland.lua b/dotfiles/config/hypr/hyprland.lua index 7603ee62..e70dceb3 100644 --- a/dotfiles/config/hypr/hyprland.lua +++ b/dotfiles/config/hypr/hyprland.lua @@ -38,6 +38,20 @@ local stack_update_timer = nil local monocle_notice = nil local scratchpad_pending = {} +hl.monitor({ + output = "eDP-1", + mode = "2560x1600@240", + position = "0x0", + scale = "1.333333", +}) + +hl.monitor({ + output = "", + mode = "preferred", + position = "auto", + scale = "auto", +}) + local scratchpads = { htop = { command = "alacritty --class htop-scratch --title htop -e htop", diff --git a/nixos/machines/strixi-minaj.nix b/nixos/machines/strixi-minaj.nix index 15e0bf78..4fe435f0 100644 --- a/nixos/machines/strixi-minaj.nix +++ b/nixos/machines/strixi-minaj.nix @@ -111,7 +111,7 @@ status = "enable"; mode = "2560x1600@240Hz"; position = "0,0"; - scale = 1.0; + scale = 1.333333; } { criteria = "Microstep MPG341CX OLED Unknown";