mirror of
https://github.com/yshui/picom.git
synced 2025-04-07 17:44:04 -04:00
doc: remove mention of raw string pattern
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
db6f11624b
commit
896acabab1
1 changed files with 0 additions and 2 deletions
|
@ -329,8 +329,6 @@ Examples:
|
|||
_NET_FRAME_EXTENTS@[2]:32c < 20 || !_NET_FRAME_EXTENTS@:32c
|
||||
# The pattern here will be parsed as "dd4"
|
||||
name = "\x64\x64\o64"
|
||||
# The pattern here will be parsed as "\x64\x64\x64"
|
||||
name = r"\x64\x64\o64"
|
||||
|
||||
|
||||
LEGACY FORMAT OF CONDITIONS
|
||||
|
|
Loading…
Add table
Reference in a new issue