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