Nikola Markovic

Results 10 comments of Nikola Markovic

Let me have a look, I've got a better idea. Also no idea why I didn't see this - I think I need to watch fewer projects

This can be done by inspecting the pid's `/proc/[pid]/environ`, doing something like this: ```metauser=$(strings /proc/${thisPid}/environ | grep -oP "METAUSER=\K([^@]+)")``` ...and then if that returns empty, the pid's OS owner can...

Should be doable for the local node, yeah. Might have a play with it this w/e

Ok, so to answer the URL question - there is a property within the H54S adapter instance which you can read if it's explicitly set, something like hostUrl, but we...

This is a lot better now with the script. I can update the readmes to include script & make them line up across all 3, then we can close this...

This proposal is really interesting (the demos at kubecon were great), but I do find some of the statements above confusing and potentially misleading. This opening statement describing the cloud...

@CodedNil I use key overloading in [keyd](https://github.com/rvaiya/keyd) for mod-tap like behaviour when remapping caps to ctrl/esc. I've found it to be reliable - should be pretty trivial to use it...

> Closing applications using a touchscreen and separately using only a keyboard only How about just having `[Shift|Ctrl|Configurable mod?] + click` close the window in overview mode? This covers both...

I'd love to know how you use it without a keyboard! Do you use any other assistive tech / input device? I've got a little waveshare 10in touchscreen lying around,...

@yrkv there's some discussion about that on the [thread](https://github.com/YaLTeR/niri/discussions/352#discussioncomment-11812456) that this issue links to up top