README 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. What is it?
  2. -----------
  3. Xfce panel plugin which allows to put the maximized window title and windows buttons on the panel.
  4. It's main features are:
  5. - Show the title and buttons of the maximized window on the panel.
  6. - Allow window actions on buttons and title clicks (activate, (un)maximize, close).
  7. - Allow window action menu on left button click.
  8. - Title formatting options.
  9. - xfwm4/unity theming support for buttons.
  10. FAQ:
  11. Q: How do I hide the window decorations on maximized windows on xfce ?
  12. A: You can use a patch for xfwm4 available here : https://github.com/cedl38/xfwm4-titleless. Alternatively, you can try to use an external program like maximus (performance should be lower).
  13. There are also some xfwm4 themes with very thin border like this one :
  14. http://xfce-look.org/content/show.php?content=139915.
  15. This code is derived from original 'Window Applets' from Andrej Belcijan.
  16. See http://gnome-look.org/content/show.php?content=103732 for infos.
  17. Generate
  18. Run ./autogen.sh --prefix=usr (you need to have xfce4-dev-tools installed)
  19. Installation
  20. ------------
  21. 1) Install dependencies:
  22. xfce4-panel
  23. To build: intltool, xfce4-dev-tools
  24. 2) Generate common makefiles:
  25. Run ./autogen.sh --prefix=usr
  26. 3) compile and install the plugin with make
  27. The file 'INSTALL' contains generic installation instructions. For more
  28. detailed information, visit the plugin website at
  29. http://goodies.xfce.org/projects/panel-plugins/xfce4-windowck-plugin
  30. note: to upgrade from version 0.1.x to version 0.2.x you need to remove v0.1.x previously.
  31. How to report bugs?
  32. -------------------
  33. Bugs should be reported to the GitHub project
  34. (https://github.com/cedl38/xfce4-windowck-plugin). You will need to create an account for yourself.