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