-
Hello, thank you for the program, it works great, but could you please tell me how to set the DISPLAY environment variable to run X applications? Because if I write in the compositor launch script for dwl |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
I'm not really familiar with dwl, but this error reads like dwl is trying to start in X. I think you want to configure it in a way that dwl doesn't try to launch in X. Maybe dwl has some sort of environment configuration? (Also, purely out of curiosity, it doesn't really matter, but why are you using satellite? It looks like dwl has integrated Xwayland support.) |
Beta Was this translation helpful? Give feedback.
Ok, I am familiar with Sway 🙂
The issue is that sway/river/dwl support launching nested inside X11, and the presence of the DISPLAY variable will make the compositor try to launch as an X window, which is obviously not possible. You'll have to either find a way to force the compositor to start in tty mode or export DISPLAY after the compositor starts. I think you can do this from Sway's config file but I'm not sure. If you use systemd the service in the repo will make it easy.