added power options to butterfree
This commit is contained in:
parent
a5074a3978
commit
6157bfe8f9
@ -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'
|
||||||
|
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user