forked from takinoy/xfce4-windowck-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
46 lines (33 loc) · 1.46 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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.