Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.27 KB

README.md

File metadata and controls

47 lines (35 loc) · 1.27 KB

Budgie Pixel Saver

This applet hides the title bar from maximized windows and creates a new one inside the panel. Inspired from gnome extension pixel-saver.

Screenshot

  • Use the applet setting to change how the applet operates.

Screenshot

Applications that don't play well with the applet can be blacklisted - use dconf-editor and edit the net.milgar.budgie-pixel-saver.blacklist blacklist-apps key


Dependencies

budgie-1.0 >= 2
gnome-desktop-3.0
gtk+-3.0 >= 3.18
gdk-x11-3.0
glib-2.0
libpeas-1.0 >= 1.8.0
libwnck-3.0 >= 3.14.0
vala
xprop

Installing

From source

mkdir build && cd build
meson --prefix /usr --buildtype=plain ..
ninja
sudo ninja install

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or at your option) any later version.

Workspaces applet of Budgie Desktop is used as a templete for this project. Spacer applet used as a templete in implementing settings.

Authors