summaryrefslogtreecommitdiff
path: root/scripts/system/lock-computer
blob: c09d03451c7bddc29339403744c9c7d76bd07e03 (plain)
1
2
3
4
#!/bin/sh
if ! pgrep swaylock; then
	swaylock
fi