Skip to content
/ compfy Public
forked from allusive-dev/compfy

A Linux Compositor for X11. Based on Picom. Providing Animations, Active Support and More!

Notifications You must be signed in to change notification settings

Fuwn/compfy

 
 

Repository files navigation

Compfy

  1. Introduction
  2. Getting Started
  3. Usage
  4. License

Compfy Banner

Introduction

Compfy is a Compositor for the X11 platform on Linux. Compfy's main purpose is to pretty up your graphical desktop environment by letting users have features like transparency, background blurring, rounded corners, animations and way more!

Compfy was made as an alternative to Picom, another popular X11 compositor. Compfy is based on Picom but provides more features and active community support.

Before we begin I want to say I massive thank you to my sponsors as they make this work possible!

If you are interesting in supporting this work aswell you too can sponsor me on GitHub. Even the smallest amount is much appreciated and shows me that this project is still wanted!

Getting Started

Let's cover how to install Compfy on your system and breifly go over how to configure it.

Installation

Compfy is avaliable on a few packaged platforms including on the AUR and very soon coming to Nixpkgs

Linux Distribution Method Compatibility
Arch Linux AUR 🟢
NixOS (Stable) Custom Package 🟢
Other Manually Building 🟢

Manually

Note if you want to enabled the --check-for-updates option (avaliable as of 1.7.0) you will need to build with these commands instead. (--check-for-updates will print out your current version and the latest release version number if you are connected to the internet)

Without --check-for-updates:

$ meson setup . build
$ ninja -C build
$ ninja -C build install

With --check-for-updates:

$ meson setup -Dupdate_checks=true . build
$ ninja -C build
$ ninja -C build install

Dependencies:

libconfig
libdbus
libev
libglvnd
libx11
libxcb
libxdg-basedir
pcre2
pixman
uthash
xcb-util-image
xcb-util-renderutil
gcc (make)
git (make)
meson (make)
ninja (make)

# If you enabled -Dupdate-checks you will also need these dependencies.

'json-c' or 'json_c'
'curl' or 'libcurl'

Configuration

Compfy stores its default configuration at /etc/xdg/compfy.conf.example(may vary depending on OS). The default configuration provides almost all the options you will ever need, some commented out.

It is reccomended you store your personal configuration at ~/.config/compfy.conf or ~/.config/compfy/compfy.conf You can do this by copying over the sample configuration or simply writing your own.

For a VERY detailed guide on configurating Compfy please see the Documentation. It is avaliable in the Wiki tab above and on Donument an up and coming git versioned database allows for more than just code to be versioned.

Or if you still use man the Documentation is also avaliable under man compfy.

Usage

Compfy has very similar command line arguments to Picom.

You can view all the commands and what they do with compfy --help but here is a few to get you started.

$ compfy --version
# Print the current version

$ compfy --help
# Print all the avaliable command line options with explanations

$ compfy -b
or
$ compfy --daemon
# Run Compfy in the background, dissociating it from the terminal.

License

Compfy is licensed under MIT and MPL-2.0

About

A Linux Compositor for X11. Based on Picom. Providing Animations, Active Support and More!

Topics

Resources

Stars

Watchers

Forks

Languages

  • C 99.3%
  • Other 0.7%