added power options to butterfree

This commit is contained in:
Wryn (yage) Wagner 2022-08-15 10:59:16 -06:00
parent a5074a3978
commit 6157bfe8f9
2 changed files with 7 additions and 0 deletions

View File

@ -13,3 +13,7 @@ xrandr \
--pos 0x0 \ --pos 0x0 \
&& DISCONNECT_OTHER gamedock \ && DISCONNECT_OTHER gamedock \
|| NOTIFY "Unable to set '$PRIMARY_MONITOR' to 1920x1080" || NOTIFY "Unable to set '$PRIMARY_MONITOR' to 1920x1080"
xset dpms 0 0 0 && xset s noblank && xset s off \
&& notify-send 'DPMS' 'disabled screen blank'

View File

@ -13,3 +13,6 @@ xrandr \
--pos 0x0 \ --pos 0x0 \
&& DISCONNECT_OTHER undock \ && DISCONNECT_OTHER undock \
|| NOTIFY "Native monitor '$PRIMARY_MONITOR' unresponsive" || NOTIFY "Native monitor '$PRIMARY_MONITOR' unresponsive"
xset +dpms && xset s blank && xset s on \
&& notify-send 'DPMS' 'enabled screen blank'