Skip to content
Discussion options

You must be logged in to vote

you need triple backticks for code like so:

```yuck
<code>
```

the code snippet seems right.
tested a smaller, simpler example myself:

(defvar layer "bg")

(defwindow test
  :monitor 0
  :stacking layer
  :geometry (geometry
              :x "0px"
              :y "0px"
              :width "100px"
              :height "100px")
  (label "test"))

getting the same error.

@elkowar is that a bug? if not, why is this not working?

also, maybe as a quick fix, you could create two identical windows with the only difference being that they have bg and fg and toggle them using a small shell script

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@DSS69
Comment options

@theNoof
Comment options

@DSS69
Comment options

@theNoof
Comment options

Answer selected by DSS69
@DSS69
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants