1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2024-12-02 14:15:41 -05:00
Commit graph

10 commits

Author SHA1 Message Date
Yuxuan Shui
c4c91dff65
wm/win: fix per-window fading configuration
When implementing animation, which also replaced the old fading code,
the per-window fading option was accidentally broken.

This commit brings it back.

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
2024-08-03 04:35:40 +01:00
Yuxuan Shui
fe6b7fbd5f
docs: fix typos
Co-authored-by: Maxim Solovyov <msolovyov@protonmail.com>
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
2024-08-03 04:35:39 +01:00
Yuxuan Shui
4cf0e2b5fb
docs: formatting fixes
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
2024-08-03 04:35:38 +01:00
Yuxuan Shui
5e78bc53a8
docs: use anchors and xref
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
2024-08-03 04:35:37 +01:00
Yuxuan Shui
44befd9567
docs: rewrite the "FORMAT OF CONDITIONS" section
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
2024-08-03 04:35:35 +01:00
Yuxuan Shui
0ba5de8375
docs: document universal window rules
This includes updating the changelog.

Closes #1284

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
2024-08-03 04:35:34 +01:00
Yuxuan Shui
882f21b34a
c2: add new pre-defined target "group_focused"
This matches when the focused window is in the same window group as the
window being matched.

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
2024-08-03 04:35:05 +01:00
Yuxuan Shui
61f96525d2
c2: deprecate matching against "id", "leader", and "client"
From the user's perspective they are just random, meaningless numbers.
Doesn't really make sense to write rule against them.

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
2024-08-03 04:35:00 +01:00
Yuxuan Shui
32b7c17aee
docs: publish man page to picom.app 2024-07-30 19:01:10 +01:00
Yuxuan Shui
c29e1a4c3d
man: use more commonly used asciidoc file extension .adoc
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
2024-07-30 19:01:09 +01:00
Renamed from man/picom.1.asciidoc (Browse further)