Software:Picom
From HandWiki
Short description: Standalone compositor for Linux
Picom is a lightweight standalone compositor created for the X Window System. It is a fork of compton, created because compton wasn't being actively maintained;[1] compton is, in turn, a fork of xcompmgr-dana, forked from xcompmgr.[2][3][4]
Configuration
Picom can be configured using a config file which in most Linux systems is located at $XDG_CONFIG_HOME/picom.conf
. However, picom can also be made to start with a custom config file using the following options:[2]
picom --config ~/.config/picom/picom.conf
Usages
picom has multiple configurations in which it can be run, however in most instances when using it in conjunction with another window manager the -b
flag is used to start it as a background process.[2][5]
References
- ↑ "Compositors in Linux" (in en). https://dev.to/l04db4l4nc3r/compositors-in-linux-1hhb.
- ↑ 2.0 2.1 2.2 "picom - ArchWiki". https://wiki.archlinux.org/title/picom.
- ↑ Knight, John (2020-06-10). "How to Speed Up Your Linux Desktop with Compton" (in en-US). https://www.maketecheasier.com/speed-up-linux-desktop-with-compton/.
- ↑ "compton(1): compositor for X11 - Linux man page". https://linux.die.net/man/1/compton.
- ↑ "9 Important Things to Do After Installing i3wm" (in en). 2022-04-25. https://www.makeuseof.com/things-to-do-after-installing-i3wm/.
See also
- Shui, Yuxuan (2023-05-20), picom, https://github.com/yshui/picom, retrieved 2023-05-21
Original source: https://en.wikipedia.org/wiki/Picom.
Read more |