Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.43 KB | None | 0 0
  1. diff --git a/shell_client.cpp b/shell_client.cpp                                
  2. index d7593af..f2991a2 100644
  3. --- a/shell_client.cpp
  4. +++ b/shell_client.cpp
  5. @@ -283,6 +283,7 @@ void ShellClient::init()
  6.          m_xdgShellPopup->configure(position);
  7.  
  8.          connect(m_xdgShellPopup, &XdgShellPopupInterface::destroyed, this, &ShellClient::destroyClient);
  9. +        setSkipTaskbar(true);
  10.      }
  11.  
  12.      // setup shadow integration
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement