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