Power : Ignore root for suspend.
This commit is contained in:
parent
1082ba16aa
commit
96f0d62e01
|
@ -1,9 +1,9 @@
|
|||
# Suspend system.
|
||||
function slp() {
|
||||
systemctl suspend
|
||||
systemctl suspend -i
|
||||
}
|
||||
|
||||
# Poweroff.
|
||||
function bye() {
|
||||
poweroff
|
||||
systemctl poweroff -i
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue