mirror of
https://github.com/shokinn/.files.git
synced 2025-06-28 07:40:40 +00:00
Add lockscreen
This commit is contained in:
parent
17988a4655
commit
cd4366a09d
7 changed files with 1954 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 557 KiB After Width: | Height: | Size: 150 KiB |
5
dotfiles/config/bspwm/lock.sh
Executable file
5
dotfiles/config/bspwm/lock.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
lockscreen="$HOME/.config/bspwm/lock.png"
|
||||
|
||||
i3lock -u -i $lockscreen
|
Loading…
Add table
Add a link
Reference in a new issue