Tulip Amalie

Results 13 comments of Tulip Amalie

UPDATE: wow thenk

Same issue as @pherralis, but with an nginx reverse-proxy. Traffic to my domain goes through a router that acts as a NAT over a WireGuard VPN (forwarding port 80). This...

I'm actually using LetsEncrypt (yes, with the chain of trust installed). Traffic goes through my VPS, which then forwards traffic over WireGuard for port 443, and that's set up with...

Partially resolved by #6. There are a few things I want to work out, namely: - More extensive testing, with transforms and facets - Disjoint axes while faceting (so the...

Perhaps have dirs for each category: `$X11FS/all` - All windows (override_redirect yes, unmapped, etc) `$X11FS/mapped` - All mapped windows (with no override_redirect either) `$X11FS/unmapped` - All unmapped windows (with no...

That seems pretty reasonable, especially compared to my proposal of disabling `*scratch*` (since there are valid reasons to be editing that buffer).

Basically, wew doesn't appear to return anything when the mouse cursor is placed over a window (aka, XCB_ENTER_NOTIFY). While not running xsnow, this doesn't happen. I haven't tested stock xsnow...

without a compositor it runs as expected, catching XCB_ENTER_NOTIFY events (likely because xsnow uses the root window)

i think i've traced down the problem, and it looks like more of a problem with wew or how x11 handles events; namely, it appears that wew spawns XCB_ENTER_NOTIFY when...