From cf39ce0c9c0ac2b785e93200c3d0838235744807 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Tue, 6 Aug 2024 20:45:20 -0700 Subject: [PATCH] Update tv-power-menu.sh --- system-menu/tv-power-menu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system-menu/tv-power-menu.sh b/system-menu/tv-power-menu.sh index bf98a89..8c7a102 100755 --- a/system-menu/tv-power-menu.sh +++ b/system-menu/tv-power-menu.sh @@ -10,9 +10,9 @@ if (( ${?} != 0 )) || (( "${choice}" == -1 )); then fi case "${choice}" in 0) - hyprctl keyword monitor 'DP-3,1920x1080@60,auto,1' + wlr-randr --output DP-3 --mode 1920x1080@60 --scale 1 --on ;; 1) - hyprctl keyword monitor 'DP-3,disable' + wlr-randr --output DP-3 --off ;; esac