dotfiles/config/i3/lock

7 lines
76 B
Bash
Executable file

#!/bin/sh
dm-tool lock
if [ $? -ne 0 ]; then
$HOME/.config/i3/blurlock
fi