Update tv-power-menu.sh

This commit is contained in:
Alexander Rosenberg 2023-12-25 19:47:38 -08:00
parent f1d995d119
commit e30b1ecaff
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-1,1920x1080@60,auto,1'
hyprctl keyword monitor 'DP-3,1920x1080@60,auto,1'
;;
1)
hyprctl keyword monitor 'DP-1,disable'
hyprctl keyword monitor 'DP-3,disable'
;;
esac