sminez / penrose

A library for writing an X11 tiling window manager
https://sminez.github.io/penrose/
MIT License
1.23k stars 86 forks source link

Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" }) #278

Closed cronyakatsuki closed 1 year ago

cronyakatsuki commented 1 year ago

Describe the bug

I have been trying to compile the minimal example, using the Cargo.toml from your penrose-from-scratch repo but get the Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" }) error. ...

Versions & OS Details

Additional context

Rust toolchain is installed with rustup

cronyakatsuki commented 1 year ago

Found the error being I didn't have xmodmap utility installed. Sorry for the issue.