scripts: add tiling to lock command

This commit is contained in:
Dmitriy Pleshevskiy 2022-07-25 21:42:52 +03:00
parent 898d0554d1
commit 75ec465800
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -1,2 +1,2 @@
#!/bin/bash
/usr/bin/i3lock -ei $(ls $HOME/pictures/wallpapers/*.png | awk '{ print $1 }' | sort -R | head -n 1)
/usr/bin/i3lock -eti $(ls $HOME/pictures/wallpapers/*.png | awk '{ print $1 }' | sort -R | head -n 1)