mirror of
https://github.com/shokinn/.files.git
synced 2025-01-19 13:22:28 +00:00
6 lines
83 B
Bash
Executable file
6 lines
83 B
Bash
Executable file
#!/bin/bash
|
|
|
|
lockscreen="$HOME/.config/bspwm/lock.png"
|
|
|
|
i3lock -u -i $lockscreen
|