Replies: 1 comment 1 reply
-
Similar to DWM, Jay can be configured with native code that is run in the same process as the compositor. I assume that this is the way that most people use DWM. Unlike DWM, Jay uses strict separation between its own code and your code. Your code cannot modify the behavior of other Jay code, in general. You can, of course, modify Jay as you see fit and then run your modified version, exactly like DWM, but this is not officially supported. If you are looking for a strict equivalent, you might want to look into https://codeberg.org/dwl/dwl. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was told that this project allows you to configure jay similarly like dwm but with Rust, is this true?
Beta Was this translation helpful? Give feedback.
All reactions