Skip to content

Commit

Permalink
nemo-desktop: Add csd-background to ignored-desktop-handlers.
Browse files Browse the repository at this point in the history
In a Wayland session, csd-background uses windows marked with
the desktop hint also.
  • Loading branch information
mtwebster committed Nov 9, 2023
1 parent 41bf0f7 commit 32ab5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libnemo-private/org.nemo.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@
<description>An integer specifying how parts of overlong file names should be replaced by ellipses on the desktop. If the number is larger than 0, the file name will not exceed the given number of lines. If the number is 0 or smaller, no limit is imposed on the number of displayed lines.</description>
</key>
<key name="ignored-desktop-handlers" type="as">
<default>['conky']</default>
<default>['conky', 'csd-background']</default>
<summary>List of desktop-handling to ignore when determining whether or not to manager the desktop.</summary>
<description>Nemo checks for _NET_WM_WINDOW_TYPE_DESKTOP-type windows, and skips managing the desktop if any others are detected. Add potential names to this list to ignore when performing this check. This means that you want nemo to create its own desktop window(s) even though something else already seems to. The check is based on a program's WM_CLASS.</description>
</key>
Expand Down

0 comments on commit 32ab5b1

Please sign in to comment.