-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Does not work when using windowtolayer with ghostty #18
Comments
The key error message is Alacritty and most other terminals should work because they do not require I'll see if I can modify |
I've implemented |
Indeed, it does. Thank you! |
I am trying to use
windowtolayer
to make aghostty
terminal windowswaylock-plugin
's background.swaylock-plugin --command-each 'windowtolayer -- ghostty -e asciiquarium'
does not work, resulting in only a solid light grey background.Using alacritty instead, like in
swaylock-plugin --command-each 'windowtolayer -- alacritty -e asciiquarium'
, works as expected, with the terminal window runningasciiquarium
visible in the background .Also, just running
windowtolayer -- ghostty -e asciiquarium
without swaylock-plugin works as expected, running the terminal as a desktop background.When running
swaylock-plugin --command-each 'windowtolayer -- ghostty -e asciiquarium'
in a terminal, I get the following output repeated over and over (but with different process numbers and timestamps, of course):The last repetition also includes the following line:
Edit: Also, I am currently using the latest commit of both
swaylock-plugin
andwindowtolayer
.The text was updated successfully, but these errors were encountered: