Merge branch 'master' into disable_titlebar

This commit is contained in:
neuromagus 2024-03-31 23:17:39 +03:00 committed by GitHub
commit abce7e5200
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1046,7 +1046,7 @@ An object with a single string property containing the contents of the config
*Example Reply:* *Example Reply:*
``` ```
{ {
"config": "set $mod Mod4\nbindsym $mod+q exit\n" "config": "set $mod Mod4\\nbindsym $mod+q exit\\n"
} }
``` ```