#!/usr/bin/env bash
# @vicinae.schemaVersion 1
# @vicinae.title Suspend
# @vicinae.mode silent
# @vicinae.icon ../../icons/hicolor/scalable/apps/panama-settings.svg
# @vicinae.description Put the machine to sleep.
# @vicinae.keywords ["suspend", "sleep", "standby"]

exec systemctl suspend
