Skip to content

Commit

Permalink
README: mention DialogsUseHeader
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnanastasio authored Dec 28, 2020
1 parent 57487d3 commit 0d29a8b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ We implement all CSD-specific functionality as ABI-compatible shims that
simply forward to the relevant GtkDialog methods. This allows upstream applications
built against upstream libxfce4ui to function with no modifications.

**IMPORTANT**: libxfce4ui-nocsd will only remove CSDs for applications that use the XfceTitledDialog class. To remove CSDs from
any applications that use GTK3 Dialogs, you need to set the `DialogsUseHeader` option to `false`:

```
$ xfconf-query -c xsettings -p /Gtk/DialogsUseHeader -s false
```

This can also be done via the GUI under `Settings Editor>xsettings>Gtk`.

Installing
----------
### Repositories
Expand Down

0 comments on commit 0d29a8b

Please sign in to comment.