Sam A. Horvath-Hunt
Sam A. Horvath-Hunt
Possibly a custom xdg-open handler that reuses the workspace logic and forwards to qutebrowser? Solution may be partially shared by #235.
Here's an idea. Change `xdg.mimeApps.defaultApplications.*` to point to a custom `.desktop` file that's the same as `~/.nix-profile/share/applications/org.qutebrowser.qutebrowser.desktop` but instead of `Exec=qutebrowser "qute://settings"` (what's that argument about?) it's something like `Exec=~/scripts/browser-launch.sh`.
https://github.com/samhh/dotfiles/commit/af6c86fba2411e6d3c42feda158eacfcb5c33c7a
No API for this... would probably necessitate a WebExtension on the Macbook, assuming Safari supports native messaging and allows setting synced/account data.
Could I programmatically build a file format that browsers support? This could then be packaged into a script that also produces an OPML from newsboat. It'll require manual "sync" but...
Initial ^: https://github.com/samhh/dotfiles/commit/0975a0444eb3cff737c44e313235857affa90714 & https://github.com/samhh/dotfiles/commit/fa8cde260c5bf09571410157ef8e681ee0e179ae
Increasingly tempted to rewrite the scripts dir as a proper Haskell/etc app.
https://github.com/samhh/dotfiles/commit/c8b85177165b9db331b0a8668b640c85a9b83c32 Experimenting with `media-ready` for the paper level.
Not had a chance to test this yet, so for redundancy: ```git diff --git a/home/scripts/printer-toner.sh b/home/scripts/printer-toner.sh index 9ad5073..a3ed061 100755 --- a/home/scripts/printer-toner.sh +++ b/home/scripts/printer-toner.sh @@ -1,6 +1,16 @@ #!/bin/sh -n=$(ipptool -tv...
https://www.pwg.org/ipp/ippguide.html