Reduce strixi-minaj display scale

This commit is contained in:
2026-05-04 14:53:01 -07:00
parent a4374a99ec
commit 06ea3eec29
2 changed files with 15 additions and 1 deletions

View File

@@ -38,6 +38,20 @@ local stack_update_timer = nil
local monocle_notice = nil local monocle_notice = nil
local scratchpad_pending = {} 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 = { local scratchpads = {
htop = { htop = {
command = "alacritty --class htop-scratch --title htop -e htop", command = "alacritty --class htop-scratch --title htop -e htop",

View File

@@ -111,7 +111,7 @@
status = "enable"; status = "enable";
mode = "2560x1600@240Hz"; mode = "2560x1600@240Hz";
position = "0,0"; position = "0,0";
scale = 1.0; scale = 1.333333;
} }
{ {
criteria = "Microstep MPG341CX OLED Unknown"; criteria = "Microstep MPG341CX OLED Unknown";