Created
July 6, 2022 08:41
-
-
Save soanvig/b6356f58e7d59876b65cde398da70068 to your computer and use it in GitHub Desktop.
XMonad / OBS no window capture fix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If you have XMonad and OBS, and cannot screen-capture window (`XComposite` option in OBS), then this might work for you: | |
Import `import XMonad.Hooks.EwmhDesktops` | |
Apply your configuration to function `ewmh`: | |
`xmonad = ewmh $ def { ... }` | |
Credits: https://obsproject.com/forum/threads/tiling-window-managers-xcomposite-no-windows-found.34708/#post-262994 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment