Update tv-power-menu.sh

This commit is contained in:
Alexander Rosenberg 2024-08-06 20:45:20 -07:00
parent 846f9f40f3
commit cf39ce0c9c
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -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