Skip to content

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

License

Notifications You must be signed in to change notification settings

DerGeorg/xfce4-windowck-plugin

 
 

Repository files navigation

xfce4-windowck-plugin

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

Whats new in this Fork?

  • In Plugin settings you can now configure a monitor number for every plugin instance
    • So the plugin knows to which monitor it belongs and can now show in "Only Maximized Windows" only the maximized windows on the configured screen.
  • New Icon Packminimize minimize_focused_pressed maximize_focused_prelight maximize close_focused_prelight close unfocused

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

maximized_not_active maximized_active_window

Installation

Other Linux distributions

  • 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
    make
    sudo make install

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 78.9%
  • Python 15.9%
  • Makefile 4.4%
  • Shell 0.8%