Skip to content
Snippets Groups Projects
README.md 1.41 KiB
Newer Older
Nikita Bobko's avatar
Nikita Bobko committed
# xfce4-windowck-plugin

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

Original plugin's features:

* 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.

# Screenshots

See [this page](https://goodies.xfce.org/projects/panel-plugins/xfce4-windowck-plugin) for screenshots

# Installation

Nikita Bobko's avatar
Nikita Bobko committed
#### Arch Linux

For Arch Linux users [AUR package](https://aur.archlinux.org/packages/xfce4-windowck-plugin/) is available
Nikita Bobko's avatar
Nikita Bobko committed

#### Other Linux distributions

Nikita Bobko's avatar
Nikita Bobko committed
* Install dependencies:
  - For debian/ubuntu see debian/control folder and follow debian packaging guidlines
* Generate common makefiles:
  ```
  ./autogen.sh --prefix=/usr
  ```
* compile and install the plugin
  ```bash
  make
  sudo make install
  ```

# How to report bugs?

Bugs should be reported right to this [GitHub page](https://github.com/nikitabobko/xfce4-windowck-plugin-bobko-mod/issues)