feat(lock): add config for lockscreen
This commit is contained in:
parent
2c205edc7c
commit
2cdf65c6a5
|
@ -0,0 +1,17 @@
|
||||||
|
# ~/.config/betterlockscreenrc
|
||||||
|
|
||||||
|
# default options
|
||||||
|
display_on=0
|
||||||
|
span_image=false
|
||||||
|
fx_list=(blur)
|
||||||
|
dim_level=40
|
||||||
|
blur_level=1
|
||||||
|
wallpaper_cmd="feh --bg-fill"
|
||||||
|
quiet=false
|
||||||
|
|
||||||
|
# i3lockcolor_bin="i3lock-color" # Manually set command for i3lock-color
|
||||||
|
suspend_command="loginctl suspend"# Manually change action e.g. hibernate/suspend-command
|
||||||
|
|
||||||
|
# i3lock-color - custom arguments
|
||||||
|
# lockargs=() # overwriting default "(-n)"
|
||||||
|
# lockargs+=(--ignore-empty-password) # appending new argument
|
Loading…
Reference in New Issue