mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 14:56:51 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/picom
Normal file
21
tldr/picom
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# picom
|
||||
|
||||
> Standalone compositor for Xorg.
|
||||
> More information: <https://manned.org/picom>.
|
||||
|
||||
- Enable `picom` during a session:
|
||||
|
||||
`picom &`
|
||||
|
||||
- Start `picom` as a background process:
|
||||
|
||||
`picom {{[-b|--daemon]}}`
|
||||
|
||||
- Use a custom configuration file:
|
||||
|
||||
`picom --config {{path/to/config_file}}`
|
||||
Reference in New Issue
Block a user