README 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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: Xfce 4.12 now support Titileless feature!! Enable it in window manager tweaks → accessibility.
  13. This code is derived from original 'Window Applets' from Andrej Belcijan.
  14. See http://gnome-look.org/content/show.php?content=103732 for infos.
  15. Generate
  16. Run ./autogen.sh --prefix=usr (you need to have xfce4-dev-tools installed)
  17. Installation
  18. ------------
  19. 1) Install dependencies:
  20. - For debian/ubuntu see debian/control folder and follow debian packaging guidlines
  21. - For Arch linux see Arch/PKGBUILD
  22. 2) Generate common makefiles:
  23. # ./autogen.sh --prefix=usr
  24. 3) compile and install the plugin
  25. # make
  26. # sudo make install
  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. How to report bugs?
  31. -------------------
  32. Bugs should be reported to the GitHub project
  33. (https://github.com/cedl38/xfce4-windowck-plugin). You will need to create an account for yourself.