
capfredf
2022-3-30 17:02:38
In racket/gui, how can I tell if I am on wayland or x11 besides taking a peek at $WAYLAND_DISPLAY

soegaard2
2022-3-30 17:05:01
Same sort of method: Look at $XDG_SESSION_TYPE. https://unix.stackexchange.com/questions/202891/how-to-know-whether-wayland-or-x11-is-being-used

soegaard2
2022-3-30 17:06:01
Maybe this is what you are after?

capfredf
2022-3-30 17:06:17
Yes, I just found that. Thanks!

capfredf
2022-3-30 17:31:02
I have three monitors, when I run slideshow -M n myslide.rkt
(n = 0, 1, 2), is the slideshow window expected to pop up on the first, second or third display respectively?

capfredf
2022-3-30 23:42:01
This maybe seem a dump question, how can I make a mad/rage face (analogous to :rage:) using pict/face?

capfredf
2022-3-30 23:43:18
nvm, found it