dotfiles/X/cmatrixlock.sh

5 lines
87 B
Bash
Raw Normal View History

2015-12-28 21:33:49 +00:00
#!/usr/bin/env bash
i3-sensible-terminal -e cmatrix &
xtrlock
kill -9 $(pgrep cmatrix)