diff options
author | test-tools <test-tools> | 2006-10-13 14:49:56 +0000 |
---|---|---|
committer | test-tools <test-tools> | 2006-10-13 14:49:56 +0000 |
commit | 0ddc923145b07913d92456a5c2cf00781c47fb33 (patch) | |
tree | 0f86f8523ac4d4f2a6eb7dcaed716c3a94a9d1fe /doc | |
parent | fc2af7ab7d367f9b9851cf65aa2487e798da62c1 (diff) | |
download | beryl-manager-0ddc923145b07913d92456a5c2cf00781c47fb33.tar.gz beryl-manager-0ddc923145b07913d92456a5c2cf00781c47fb33.tar.bz2 |
beryl-manager: Should now work with multiple DISPLAYs on same machine.
.beryl-manager.lock became .beryl-manager.DISPLAYNAME.pid, no flock() here, flock() doesn't work on NFS-mounted homedirs.
Function is_running() rewritten.
Don't create a Atom "WM_S0" anymore, if we don't get one,.
Minor code cleans, doc updated.
This is_running() stuff only work on the same machine, when having stuff running remote and parts from different machines, we are still in bigger trouble.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/beryl-manager.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/beryl-manager.1 b/doc/beryl-manager.1 index e26c9f0..e2d199e 100644 --- a/doc/beryl-manager.1 +++ b/doc/beryl-manager.1 @@ -28,8 +28,8 @@ Let the menu popup on screen. Used to show the running instance, instead of star .RI $HOME/.beryl-managerrc Here are the settings stored. .TP 5 -.RI $HOME/.beryl-manager.lock -Lockfile, to prevent multiple running instances. Contains PID of the current one. +.RI $HOME/.beryl-manager."displayname".pid +Contains the process id of already running instances .SH AUTHORS - Quinn Storm (livinglatexkali@gmail.com) .SH "SEE ALSO" |