diff --git a/system-menu/tv-power-menu.sh b/system-menu/tv-power-menu.sh index 774487a..bf98a89 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-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