Нема описа

Yaşar Çiv 0d8d964dad Update tr.po пре 7 година
arch 27a7fb4c01 Add missing dependency in PKGBUILD пре 9 година
common f4e98eeb6d Fix #22 support of *.svg based unity themes пре 9 година
debian a7c91a9ac1 Merge pull request #38 from zlamalp/deb9 пре 7 година
icons b4e3e2345f Fix gcc warnings пре 11 година
panel-plugin 325efe57ae Fix #21 disable activate mouse action on desktop пре 9 година
po 0d8d964dad Update tr.po пре 7 година
themes e1e272f22b ReAdd missing themerc from windowck themes пре 9 година
.gitignore 2028faba22 Ignore IntellijIDEAs project files in .gitignore пре 8 година
AUTHORS d0ab4c4f55 Updates for version 0.4.0 пре 9 година
COPYING 8615e2fcf4 Initial version пре 11 година
Makefile.am 1c9c73ecf5 add plugins icons and themes пре 11 година
NEWS 495a3c22a7 Update news and changelog to 0.4.5 пре 7 година
README 45eb442657 Update debian packaging пре 9 година
TODO 370bea8fd1 updates for version 0.1.0 пре 11 година
autogen.sh 8615e2fcf4 Initial version пре 11 година
configure.ac.in fee688b6b7 Update dependency on xfce4panel to 4.12 пре 7 година
reloadPlugins.sh ac749c0eb3 Fix reloadplugins.sh пре 11 година

README

What is it?
-----------

Xfce panel plugin which allows to put the maximized window title and windows buttons on the panel.

It's main features are:

- Show the title and buttons of the maximized window on the panel.
- Allow window actions on buttons and title clicks (activate, (un)maximize, close).
- Allow window action menu on left button click.
- Title formatting options.
- xfwm4/unity theming support for buttons.

FAQ:
Q: How do I hide the window decorations on maximized windows on xfce ?
A: Xfce 4.12 now support Titileless feature!! Enable it in window manager tweaks → accessibility.

This code is derived from original 'Window Applets' from Andrej Belcijan.
See http://gnome-look.org/content/show.php?content=103732 for infos.

Generate
Run ./autogen.sh --prefix=usr (you need to have xfce4-dev-tools installed)

Installation
------------

1) Install dependencies:
- For debian/ubuntu see debian/control folder and follow debian packaging guidlines
- For Arch linux see Arch/PKGBUILD

2) Generate common makefiles:
# ./autogen.sh --prefix=usr

3) compile and install the plugin
# make
# sudo make install

The file 'INSTALL' contains generic installation instructions. For more
detailed information, visit the plugin website at
http://goodies.xfce.org/projects/panel-plugins/xfce4-windowck-plugin

How to report bugs?
-------------------

Bugs should be reported to the GitHub project
(https://github.com/cedl38/xfce4-windowck-plugin). You will need to create an account for yourself.