diff options
author | Arvydas Sidorenko <asido4@gmail.com> | 2011-09-23 14:18:42 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-09-23 14:18:42 -0300 |
commit | 1fed481a94652ad55a2eca784342ef66a515c18e (patch) | |
tree | 92731a4b1f62dd2c76312f58a5c91e08a3a46298 /desktop/wmname/README | |
parent | e4e24184ee98db0eb9a5b90067a8a7a00822b237 (diff) | |
download | slackbuilds-1fed481a94652ad55a2eca784342ef66a515c18e.tar.gz |
desktop/wmname: Added (print/set the window manager name)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'desktop/wmname/README')
-rw-r--r-- | desktop/wmname/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/desktop/wmname/README b/desktop/wmname/README new file mode 100644 index 0000000000..8963625b4c --- /dev/null +++ b/desktop/wmname/README @@ -0,0 +1,8 @@ +wmname prints/sets the window manager name property of the root window +similar to how hostname(1) behaves. + +wmname is a nice utility to fix problems with JDK versions and other broken +programs assuming a reparenting window manager for instance. + +Run 'wmname' to print the current WM name. Run 'wmname <name>' to set it. +This is pretty much similiar to hostname(1). |