again too lazy to sort out changes

This commit is contained in:
Sebastian Moser
2023-11-17 12:15:40 +01:00
parent 3ef7f87cfb
commit fd353abb94
11 changed files with 221 additions and 22 deletions

View File

@@ -71,6 +71,11 @@ then
sudo systemctl hibernate
elif [ "$1" == "suspend" ]
then
sudo systemctl suspend
fi