aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJames Magahern <james@magahern.com>2019-02-09 14:01:58 -0800
committerJames Magahern <james@magahern.com>2019-02-09 14:52:45 -0800
commit84e764a5c1e89e72094b3db8aa8e17943b867218 (patch)
treee402550c5dded5a4a137e4a6a17bec8f484c4f9b /README.md
parentSlight adjustment to the screenshot (diff)
Multi-monitor support
Use BUZZLOCKER_MONITOR_NUM to specify which monitor you want the locker to appear on. 0 is the primary one
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index db1887c..b39b6cb 100644
--- a/README.md
+++ b/README.md
@@ -38,4 +38,8 @@ XSECURELOCK_AUTH=/usr/local/bin/auth_buzzlocker xsecurelock
So every time you run `xsecurelock` by itself, it will use buzzlocker as the GUI.
+## Configuration
+If you have multiple monitors, buzzlocker will appear only on whatever the primary monitor is (according
+to XRandR). If you want to override this behavior, set the environment variable `BUZZLOCKER_MONITOR_NUM`
+to whichever monitor you wish to have buzzlocker appear on.