5 lines
87 B
Bash
Executable file
5 lines
87 B
Bash
Executable file
#!/usr/bin/env bash
|
|
i3-sensible-terminal -e cmatrix &
|
|
xtrlock
|
|
kill -9 $(pgrep cmatrix)
|