diff options
author | Pavan Jadhaw <pavanjadhaw96@gmail.com> | 2019-01-31 09:54:57 +0530 |
---|---|---|
committer | Sebastian Sellmeier <mail@sebastian-sellmeier.de> | 2021-07-21 00:59:46 +0200 |
commit | 3df1808280a8611b73827f3f35d29d5e1ca73763 (patch) | |
tree | 63011b89611178ce4d353995e28a9a459a349e17 /README.md | |
parent | 4a95562740bee221061156110b6f60bac969eb55 (diff) |
[main] add ability to choose on which screen clock is shown for multimonitor setup
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -121,6 +121,9 @@ If you have installed betterlockscreen from AUR package, then you can copy defau cp /usr/share/doc/betterlockscreen/examples/betterlockscreenrc ~/.config ``` +For multimonitor setups, now you can choose which monitor the clock is displayed on +modify screennumber in betterlockscreenrc accordingly. Its zero based i.e 0 = screen 1 + ### 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. |