mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 04:54:14 +01:00
4dc913c95e
This will let users set their background to something other than that cringy demoscene thing wlc has now. It's also going to be the first wayland client written for sway, so I picked an easy thing to work on. We'll have to figure out how to indicate that it's a special view.
7 lines
91 B
C
7 lines
91 B
C
#include <stdio.h>
|
|
|
|
int main(int argc, char **argv) {
|
|
printf("Hello world");
|
|
return 0;
|
|
}
|