Added configurable solid background color, closes #16

This commit is contained in:
Jarcode
2018-02-06 18:13:23 -08:00
parent 92f575adfd
commit 8359ad9a98
4 changed files with 95 additions and 21 deletions

View File

@@ -53,6 +53,10 @@
/* GLFW window geometry (x, y, width, height) */
#request setgeometry 0 0 400 600
/* Window background color (RGB format).
Only works with `setopacity "none"` */
#request setbg 3C3C3C
/* (X11 only) EWMH Window type. Possible values are:
"desktop", "dock", "toolbar", "menu",