Skip to content

Instantly share code, notes, and snippets.

@soanvig
Created July 6, 2022 08:41
Show Gist options
  • Save soanvig/b6356f58e7d59876b65cde398da70068 to your computer and use it in GitHub Desktop.
Save soanvig/b6356f58e7d59876b65cde398da70068 to your computer and use it in GitHub Desktop.
XMonad / OBS no window capture fix
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