XR pass-through integration #19
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Examples of changing screen resolution to make it more readible.
Could also provide a list of opened tabs.
Could rely on an eye chart to calibrate scaling per user. Ideally it'd be displayed on the target screens though, not in the XR display controlling scaling. Selected value could then be saved locally, e.g
localStorage, or remotely with a user ID so that it becomes the default on next connection.Consider how furnitures could be used too, via e.g https://immersive-web.github.io/real-world-meshing/ , to know where screens are related to user.
Consider also kwin and Vimperator scripts, among the different ways to manage windows and tabs programmatically and thus remotely.
see also #16 to avoid doing specific documentation and endpoints
paths
/hmdlinkand/hmdlink/setare arguably XR specific, even though in truth are mostly about devices with inconvenient input methodsrelated code
6cb7a8c8c8as starting point inxrbranch.example with KWin :
running the content of
minimizeall.kjsembedding of KWin script
78229f9b8fsee past test with
xdotoolwhen APIs are missing e.g https://twitter.com/utopiah/status/1499486056042872839 and https://twitter.com/utopiah/status/1493480186368700416On tridactyl see https://github.com/tridactyl/tridactyl/issues/780
Instead consider JavaScript timer in
:jsbrunningtri.excmds.source("~/path/to/magic/RC")and have your RC file start that timer (cf discussion on Matrix)pointer example
9414807070