Typos
This commit is contained in:
parent
9ce71b5e85
commit
fcffe18886
|
@ -2,7 +2,7 @@
|
|||
|
||||
BLFILE="$HOME/.spool/idle.dim"
|
||||
OPFILE="$HOME/.spool/active_outputs"
|
||||
NOHIBERNATE="$HOME/.spool/hibernate_inhibitor
|
||||
NOHIBERNATE="$HOME/.spool/hibernate_inhibitor"
|
||||
|
||||
FADE_TIMEOUT=60 # one minute
|
||||
DIM_TIMEOUT=120 # two minutes
|
||||
|
@ -75,7 +75,7 @@ elif [ $1 == "wake" ]; then
|
|||
/home/jpm/scripts/sway/displays.pl
|
||||
elif [ $1 == "hibernate" ]; then
|
||||
if [ -e $NOHIBERNATE ]; then
|
||||
;;
|
||||
::
|
||||
else
|
||||
sudo systemctl start hibernate.target
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue