I'm having difficulties with creating a custom keyboard shortcut. I'm trying to lock my screen using i3lock
with a picture.
From the terminal, the command
i3lock -i ~/Pictures/lock.png
works like charm.
When I go System Settings -> Keyboard -> Custom Shortcut
what do I write into the Command
line?
I've tried:
gnome-terminal -e "i3lock -i ~/Pictures/lock.png"
but it doesn't work.