From 3e16e02840d6493a0650de272240444206f66c8d Mon Sep 17 00:00:00 2001 From: Glen Goodwin Date: Thu, 7 Sep 2023 14:28:44 -0400 Subject: [PATCH] chore: change scaling for laptop monitor --- modules/desktop/hyprland/displayswitch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/desktop/hyprland/displayswitch.sh b/modules/desktop/hyprland/displayswitch.sh index b588d2a..fd1defb 100644 --- a/modules/desktop/hyprland/displayswitch.sh +++ b/modules/desktop/hyprland/displayswitch.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash if grep open /proc/acpi/button/lid/LID/state; then - hyprctl keyword monitor "eDP-1, 1920x1080, 0x0, 1" + hyprctl keyword monitor "eDP-1, 1920x1080, 0x0, 1.5" else if [[ $(hyprctl monitors | grep -c "Monitor") != 1 ]]; then hyprctl keyword monitor "eDP-1, disable"