Update tv-power-menu.sh
This commit is contained in:
parent
846f9f40f3
commit
cf39ce0c9c
@ -10,9 +10,9 @@ if (( ${?} != 0 )) || (( "${choice}" == -1 )); then
|
|||||||
fi
|
fi
|
||||||
case "${choice}" in
|
case "${choice}" in
|
||||||
0)
|
0)
|
||||||
hyprctl keyword monitor 'DP-3,1920x1080@60,auto,1'
|
wlr-randr --output DP-3 --mode 1920x1080@60 --scale 1 --on
|
||||||
;;
|
;;
|
||||||
1)
|
1)
|
||||||
hyprctl keyword monitor 'DP-3,disable'
|
wlr-randr --output DP-3 --off
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user