mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-09 01:34:21 +02:00
Instead of trying to mess with xautolock to trigger locking, just invoke i3lock directly.
3 lines
72 B
Bash
Executable file
3 lines
72 B
Bash
Executable file
#!/bin/sh
|
|
|
|
exec i3lock -n -i $HOME/.cache/awesome/current-wallpaper.png
|