diff options
author | test-tools <test-tools> | 2006-10-15 16:09:40 +0000 |
---|---|---|
committer | test-tools <test-tools> | 2006-10-15 16:09:40 +0000 |
commit | e67bef3c65770c4c25271c0bda8b1255a48dcced (patch) | |
tree | 80f1681d8051b34ca72eac2e7547fb171f3a0a1b /doc | |
parent | 8e80a4ea3579007123ec6de91cd6eef656849b71 (diff) | |
download | beryl-manager-e67bef3c65770c4c25271c0bda8b1255a48dcced.tar.gz beryl-manager-e67bef3c65770c4c25271c0bda8b1255a48dcced.tar.bz2 |
beryl-manager: Pidfile gone, we can check this via X (Works then also remote),
on a ClientMessage we have the popup (Maybe add additional checks if unwanted
popup apeear in the wild.). Multiple DISPLAY fixes.
It now, per default don't replaces a running Window Manager at start
(but you can use --force-window-manager).
--force-decorator effect stuff untested/disfunctional at the moment...
Some gdk_thread fixes, at least according to documentation.
At least lesser startup crashes in reloading WMs.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/beryl-manager.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/beryl-manager.1 b/doc/beryl-manager.1 index e2d199e..b4d3a18 100644 --- a/doc/beryl-manager.1 +++ b/doc/beryl-manager.1 @@ -2,7 +2,8 @@ .SH NAME beryl-manager - The Beryl Manager .SH SYNOPSIS -.B beryl-manager [-d] [--help] [--version] +.B beryl-manager [-d] [--force-display-manager] [--force-decorator] + [--help] [--version] .SH DESCRIPTION .I beryl-manager is a tray application that allows you to launch beryl, start different window decorators, start a different window manager or launch beryl-settings to configure your beryl environment. Should beryl crash, the beryl-manager will launch a window manager to fall back to. @@ -12,6 +13,12 @@ is a tray application that allows you to launch beryl, start different window de .RI -d prevents from detaching from console. Useful for debugging and error analysis. .TP 5 +.RI --force-window-manager +forces to change window manager at start of beryl-manager to stored settings +.TP 5 +.RI --force-decorator +forces to change decorator at start of beryl-manager to stored settings +.TP 5 .RI --version outputs the current version of .I beryl-manager |