dotfiles/.local/bin/scripts/save

6 lines
140 B
Text
Raw Normal View History

2023-04-12 08:35:48 +02:00
#!/bin/sh -e
2023-09-12 01:16:35 +02:00
# Put system to sleep after specified number of seconds
2024-09-15 17:42:56 +03:00
mpc pause || mpdr
$(which timer || sleep) "${@:-30}"
2023-04-12 08:35:48 +02:00
systemctl suspend