All Projects → yshui → Picom

yshui / Picom

Licence: other
A lightweight compositor for X11

Programming Languages

c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Picom

Hypr
Hypr is a tiling window manager written in modern C++.
Stars: ✭ 659 (-71.34%)
Mutual labels:  xorg, x11, xcb
I3
A fork of the i3 window manager with gaps and some other features
Stars: ✭ 5,512 (+139.76%)
Mutual labels:  x11, xorg, xcb
Chamferwm
A tiling X11 window manager with Vulkan compositor.
Stars: ✭ 200 (-91.3%)
Mutual labels:  compositor, x11, xorg
xcb-util-xrm
XCB utility functions for the X resource manager
Stars: ✭ 52 (-97.74%)
Mutual labels:  xorg, x11, xcb
x11-fractional-display-scaling
Script and instructions to get fractional display scaling working nicely on Linux distros that use X11
Stars: ✭ 52 (-97.74%)
Mutual labels:  xorg, x11
mmwm
Modern Minimalistic Window Manager
Stars: ✭ 45 (-98.04%)
Mutual labels:  x11, xcb
shapebar
A simple bar based on Lemonbar.
Stars: ✭ 16 (-99.3%)
Mutual labels:  x11, xcb
marathon
minimal run-or-focus launcher for Linux/X
Stars: ✭ 54 (-97.65%)
Mutual labels:  xorg, x11
Unclutter Xfixes
A rewrite of unclutter using the x11-xfixes extension
Stars: ✭ 236 (-89.73%)
Mutual labels:  x11, xorg
westford
Westford Wayland Compositor
Stars: ✭ 39 (-98.3%)
Mutual labels:  x11, compositor
dxhd
daky's X11 Hotkey Daemon
Stars: ✭ 80 (-96.52%)
Mutual labels:  xorg, x11
cfg
my dotfiles
Stars: ✭ 26 (-98.87%)
Mutual labels:  xorg, compton
mcwm
mcwm window manager
Stars: ✭ 34 (-98.52%)
Mutual labels:  x11, xcb
Xsuspender
👀 💻 💤 🔋 Save battery by auto-suspending unfocused X11 applications.
Stars: ✭ 53 (-97.69%)
Mutual labels:  x11, xorg
X11docker
Run GUI applications and desktops in docker and podman containers. Focus on security.
Stars: ✭ 3,797 (+65.16%)
Mutual labels:  x11, xorg
Wallutils
🌆 Utilities for handling monitors, resolutions, wallpapers and timed wallpapers
Stars: ✭ 145 (-93.69%)
Mutual labels:  x11, xorg
Xf86 Input Wacom
X.Org driver for Wacom devices
Stars: ✭ 201 (-91.26%)
Mutual labels:  x11, xorg
Libagar
Cross-Platform GUI Toolkit (stable)
Stars: ✭ 212 (-90.78%)
Mutual labels:  x11, xorg
xwmfs
X11 Window-Manager file system based on FUSE
Stars: ✭ 21 (-99.09%)
Mutual labels:  xorg, x11
Octobtt
OctoBTT
Stars: ✭ 77 (-96.65%)
Mutual labels:  x11, xorg

picom

This is a development branch, bugs to be expected

This is forked from the original Compton because it seems to have become unmaintained.

The current battle plan of this fork is to refactor it to make the code possible to maintain, so potential contributors won't be scared away when they take a look at the code.

We also try to fix bugs.

You can leave your feedbacks or thoughts in the discussion tab.

The original README can be found here

Call for testers

--experimental-backends

This flag enables the refactored/partially rewritten backends.

Currently, new backends feature better vsync with the xrender backend and improved input lag with the glx backend (for non-NVIDIA users). The performance should be on par with the old backends.

New backend features will only be implemented on the new backends from now on, and the old backends will eventually be phased out after the new backends stabilize.

To test the new backends, add the --experimental-backends flag to the command you use to run picom. This flag is not available from the configuration file.

To report issues with the new backends, please state explicitly you are using the new backends in your report.

Rename

Rationale

Since the inception of this fork, the existence of two compton repositories has caused some number of confusions. Mainly, people will report issues of this fork to the original compton, or report issues of the original compton here. Later, when distros started packaging this fork of compton, some wanted to differentiate the newer compton from the older version. They found themselves having no choice but to invent a name for this fork. This is less than ideal since this has the potential to cause more confusions among users.

Therefore, we decided to move this fork to a new name. Personally, I consider this more than justified since this version of compton has gone through significant changes since it was forked.

The name

The criteria for a good name were

  1. Being short, so it's easy to remember.
  2. Pronounceability, again, helps memorability
  3. Searchability, so when people search the name, it's easy for them to find this repository.

Of course, choosing a name is never easy, and there is no apparent way to objectively evaluate the names. Yet, we have to solve the aforementioned problems as soon as possible.

In the end, we picked picom (a portmanteau of pico and composite) as our new name. This name might not be perfect, but is what we will move forward with unless there's a compelling reason not to.

Migration

Following the deprecation process, migration to the new name will be broken into 3 steps:

  1. All mentions of compton will be updated to picom in the code base. compton will still be installed, but only as a symlink to picom. When picom is launched via the symlink, a warning message is printed, alerting the user to migrate. Similarly, the old configuration file names and dbus interface names will still be accepted but warned.
  2. 3 major releases after step 1, the warning messages will be prompted to error messages and picom will not start when launched via the symlink.
  3. 3 major releases after step 2, the symlink will be removed.

The dbus interface and service names are unchanged, so no migration needed for that.

Change Log

See Releases

Build

Dependencies

Assuming you already have all the usual building tools installed (e.g. gcc, python, meson, ninja, etc.), you still need:

  • libx11
  • libx11-xcb
  • libXext
  • xproto
  • xcb
  • xcb-damage
  • xcb-xfixes
  • xcb-shape
  • xcb-renderutil
  • xcb-render
  • xcb-randr
  • xcb-composite
  • xcb-image
  • xcb-present
  • xcb-xinerama
  • xcb-glx
  • pixman
  • libdbus (optional, disable with the -Ddbus=false meson configure flag)
  • libconfig (optional, disable with the -Dconfig_file=false meson configure flag)
  • libGL (optional, disable with the -Dopengl=false meson configure flag)
  • libpcre (optional, disable with the -Dregex=false meson configure flag)
  • libev
  • uthash

On Debian based distributions (e.g. Ubuntu), the needed packages are

libxext-dev libxcb1-dev libxcb-damage0-dev libxcb-xfixes0-dev libxcb-shape0-dev libxcb-render-util0-dev libxcb-render0-dev libxcb-randr0-dev libxcb-composite0-dev libxcb-image0-dev libxcb-present-dev libxcb-xinerama0-dev libxcb-glx0-dev libpixman-1-dev libdbus-1-dev libconfig-dev libgl1-mesa-dev libpcre2-dev libpcre3-dev libevdev-dev uthash-dev libev-dev libx11-xcb-dev meson

On Fedora, the needed packages are

dbus-devel gcc git libconfig-devel libdrm-devel libev-devel libX11-devel libX11-xcb libXext-devel libxcb-devel mesa-libGL-devel meson pcre-devel pixman-devel uthash-devel xcb-util-image-devel xcb-util-renderutil-devel xorg-x11-proto-devel

To build the documents, you need asciidoc

To build

$ git submodule update --init --recursive
$ meson --buildtype=release . build
$ ninja -C build

Built binary can be found in build/src

If you have libraries and/or headers installed at non-default location (e.g. under /usr/local/), you might need to tell meson about them, since meson doesn't look for dependencies there by default.

You can do that by setting the CPPFLAGS and LDFLAGS environment variables when running meson. Like this:

$ LDFLAGS="-L/path/to/libraries" CPPFLAGS="-I/path/to/headers" meson --buildtype=release . build

As an example, on FreeBSD, you might have to run meson with:

$ LDFLAGS="-L/usr/local/lib" CPPFLAGS="-I/usr/local/include" meson --buildtype=release . build
$ ninja -C build

To install

$ ninja -C build install

Default install prefix is /usr/local, you can change it with meson configure -Dprefix=<path> build

How to Contribute

Code

You can look at the Projects page, and see if there is anything that interests you. Or you can take a look at the Issues.

Non-code

Even if you don't want to contribute code, you can still contribute by compiling and running this branch, and report any issue you can find.

Contributions to the documents and wiki will also be appreciated.

Contributors

See CONTRIBUTORS

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].