aind-containers / aind

AinD: Android in Docker. Ain't an emulator.
Apache License 2.0
1.49k stars 90 forks source link

using dwm instead of fvwm #71

Closed Fuseteam closed 3 years ago

Fuseteam commented 3 years ago

is there any particular reason why fvwm was chosen? some of the benefits I can see with dwm is that due to its small code base we could configure it to show all apps in "fullscreen" hide the top bar and other such optimizations. in my quick test(no modifications) one issue I have seen is that the application that gets started is initially black, moving it around seems to fix it

Fuseteam commented 3 years ago

i have a working docker image with stock dwm under fuseteam/aindwm fwiw

AkihiroSuda commented 3 years ago

I chose fvwm because I wanted title bars. Other candidates could be ctwm, icewm, and blackbox.

Fuseteam commented 3 years ago

ah alright, tho now we technically have 2 titlebars