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