mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
shell/aliases: removed old screen-blank-command
This commit is contained in:
parent
effc12b87e
commit
e822ffa142
2 changed files with 0 additions and 7 deletions
|
@ -1,6 +0,0 @@
|
|||
DUR="$(xset q | grep Standby | cut -d' ' -f4)"
|
||||
xset s off
|
||||
case $DUR in
|
||||
7200) xset dpms 900 900 900;echo "Screen blank set to 15 mins.";;
|
||||
*) xset dpms 7200 7200 7200;echo "Screen blank set to 2 hours.";;
|
||||
esac
|
Loading…
Add table
Add a link
Reference in a new issue