You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like it's related to hooks that penrose sets up. Don't actually do this, but I know because this works:
fnmain() -> Result<()>{
std::thread::spawn(cnx::run);
std::thread::sleep(std::time::Duration::from_secs(1));println!("Picking up the torch in penrose land!");start_window_manager()?;}
I'm trying to launch cnx with https://github.com/sminez/penrose
Here is my code:
In this case cnx doesn't launch properly (see small top rectangle):
But it works only if I run it as another process or without spawning penrose thread.
The text was updated successfully, but these errors were encountered: