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
|
|
@ -76,7 +76,7 @@ XF86AudioMute
|
|||
# Screenlock via slim
|
||||
#ctrl + alt + l
|
||||
super + l
|
||||
i3lock -u -i $HOME/.config/bspwm/lock.png
|
||||
$HOME/.config/bspwm/lock.sh
|
||||
|
||||
# Lock & Suspend System (keep RAM in physical RAM)
|
||||
ctrl + alt + BackSpace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue