We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug t-rec fails to run caused by invalid active window id
To Reproduce Steps to reproduce the behavior:
t-rec
Expected behavior It should identify the active window correctly else at least not panic
Screenshots
Version Numbers of your System:
Additional context
wmctrl -l Cannot get client list properties. (_NET_CLIENT_LIST or _WIN_CLIENT_LIST)
On Linux please include the output of xwininfo -root -tree -int:
xwininfo -root -tree -int
The text was updated successfully, but these errors were encountered:
In order to configure xmonad to work, this must be added to ~/.xmonad/xmonad.hs
~/.xmonad/xmonad.hs
import XMonad import XMonad.Hooks.EwmhDesktops main = xmonad $ ewmh def{ handleEventHook = handleEventHook def <+> fullscreenEventHook }
as described in the docs
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
t-rec fails to run caused by invalid active window id
To Reproduce
Steps to reproduce the behavior:
t-rec
Expected behavior
It should identify the active window correctly else at least not panic
Screenshots
Version Numbers of your System:
Additional context
On Linux please include the output of
xwininfo -root -tree -int
:The text was updated successfully, but these errors were encountered: