Nathan Schulte

Results 45 comments of Nathan Schulte

I am trying to solve a similar / the same problem: need to conditionally scroll a different element whose height the autosizing might have affected, depending on e.g. the previous...

Before I'd perused the code, your description wasn't clear as to how a user would use this change. After rebasing, it is clear: the change uses a new event `autosize:resizing`...

> No, it does not reuse the same name. It adds the new name, autosize:resizing. Ah, thanks for the replies, I totally missed that; I was too concerned w/ the...

My setup has more or less completely changed, so I haven't followed up or ever got this to work (I have no need for fakexrandr anymore). Does Aaron's idea of...

Following these directions worked for me, with i3wm and modesetting driver: https://askubuntu.com/questions/659381/use-one-monitor-as-multiple-monitors/998429#998429

I started looking at this tonight. We'll need to add the XCB equivalent of the `RRGetScreenResourcesCurrent` X request, `xcb_randr_get_screen_resources_current` (and friends `..._reply` and `..._unchecked`), as i3 uses this version. I...

~~I recall there being a test driver somewhere for this functionality; does that exist or am I losing my mind?~~ The fakexrandr one is what I was recalling: https://gist.github.com/phillipberndt/9f2e4b29c6c500b2f0bb

I haven't used fakexrandr in a while, but I've got this change stashed from nearly 2 years ago. ```diff diff --git a/Makefile b/Makefile index 2321194..bf83c19 100644 --- a/Makefile +++ b/Makefile...

> Are you able to use PIV card with the browser? I am able to use PIV card with the web client, in both Chromium and Firefox, yes; see my...

> I've [created a ticket](https://mattermost.atlassian.net/browse/MM-37410) > We don't have a test setup for this and PIV card support for Windows was the primary feature. Ubuntu support was never a priority....