Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/SetBG.cc
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,8 @@ SetBG::RootWindowData SetBG::check_window_type(Display *display, Window window)
retval.type = SetBG::IGNORE; else
if (strclass == std::string("awesome")) // awesome's widget library "drawin" will set _NET_WM_WINDOW_TYPE_DESKTOP, should be safe to ignore
retval.type = SetBG::IGNORE; else
if (strclass == std::string("Nemo-desktop"))
retval.type = SetBG::IGNORE; else
{
std::cerr << "UNKNOWN ROOT WINDOW TYPE DETECTED (" << strclass << "), please file a bug\n";
retval.type = SetBG::UNKNOWN;
Expand Down