diff options
author | Pavan Jadhaw <pavanjadhaw96@gmail.com> | 2019-01-23 12:12:01 +0530 |
---|---|---|
committer | Pavan Jadhaw <pavanjadhaw96@gmail.com> | 2019-01-23 12:17:07 +0530 |
commit | 1045af0afb21848fc9a538d0583ad799964c05f5 (patch) | |
tree | ac0d9fe719e22c5d70af3382099bd49b07628b95 | |
parent | 07a548b0cf1ad7a42f95e1e4f20000dbb39b4db9 (diff) |
[doc] configuration
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -22,6 +22,7 @@ betterlockscreen --lock blur - [how it works](#how-it-works) - [requirements](#requirements) - [installation](#installation) +- [configuration](#configuration) - [usage](#usage) - [background](#set-desktop-background-on-startup) - [keybinding](#keybindings) @@ -95,6 +96,12 @@ export PATH="${PATH}:${HOME}/.local/bin/" UtkarshVerma was so kind to provide an installation script for debian based systems, . +### Configuration + +You can customise various colors for betterlockscreen, copy config file from examples directory to `~/.config/betterlockscreenrc` and edit it accordingly. + +If configuration file is not found then default configurations will be used. + ### Usage Run `betterlockscreen` and point it to either a directory (`betterlockscreen -u "path/to/dir"`) or an image (`betterlockscreen -u "/path/to/img.jpg"`) and that's all. `betterlockscreen` will change update its cache with image you provided. @@ -172,6 +179,8 @@ exec --no-startup-id source ~/.fehbg ### Keybindings +To lockscreen using keyboard shortcut + #### i3wm Add this line to your `~/.config/i3/config` |