diff options
author | Basti <mail@sebastian-sellmeier.de> | 2021-06-30 18:45:12 +0200 |
---|---|---|
committer | Sebastian Sellmeier <mail@sebastian-sellmeier.de> | 2021-07-21 01:04:39 +0200 |
commit | 906259dd2bd9661bfac6b47a7308d9e44bb30034 (patch) | |
tree | 6f6d32609072a29bf47384fcaa9368ea2013888d /examples | |
parent | 2b31627d594254a5e4580e8dfd7859eb7bc6dbf3 (diff) |
Fixes --lock not working with autodetection when started from zsh, avoids autodetect because of stability issues (#254)
Diffstat (limited to 'examples')
-rw-r--r-- | examples/betterlockscreenrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/betterlockscreenrc b/examples/betterlockscreenrc index fedde94..cf62114 100644 --- a/examples/betterlockscreenrc +++ b/examples/betterlockscreenrc @@ -9,6 +9,7 @@ dim_level=40 blur_level=1 pixel_scale=10,1000 solid_color=333333 +# i3lockcolor_bin="" # (manually set full path to i3lock-color) # default theme loginbox=00000066 |