#!/usr/bin/env bash
# @vicinae.schemaVersion 1
# @vicinae.title Lock Screen
# @vicinae.mode silent
# @vicinae.icon ../../icons/hicolor/scalable/apps/panama-settings.svg
# @vicinae.description Lock the session now.
# @vicinae.keywords ["lock", "screen", "away", "secure"]

# The logind signal, same as the CTRL+ALT+L bind: hypridle is the one listener
# and owns actually running hyprlock.
exec loginctl lock-session
