knowledge/technology/applications/desktops/picom.md

16 lines
666 B
Markdown
Raw Normal View History

2023-12-04 10:02:23 +00:00
---
obj: application
---
2024-03-19 08:25:42 +00:00
2023-12-04 10:02:23 +00:00
# picom
picom is a standalone compositor for Xorg, suitable for use with window managers that do not provide compositing. picom is a fork of compton, which is a fork of xcompmgr-dana, which in turn is a fork of xcompmgr.
## Configuration
2024-01-17 08:44:04 +00:00
The default configuration is available in `/etc/xdg/picom.conf`. For modifications, it can be copied to `~/.config/picom/picom.conf` or `~/.config/picom.conf`.
2023-12-04 10:02:23 +00:00
## Usage
To manually enable default compositing effects during a session, use the following command:
`picom &`
2024-01-17 08:44:04 +00:00
To autostart picom as a background process for a session, the `-b` argument can be used (may cause a display freeze):
2023-12-04 10:02:23 +00:00
`picom -b`