dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Clicked links don't adhere to browser workspace rules

Open samhh opened this issue 4 years ago • 2 comments

Context: #227

samhh avatar Nov 17 '21 17:11 samhh

Possibly a custom xdg-open handler that reuses the workspace logic and forwards to qutebrowser? Solution may be partially shared by #235.

samhh avatar Nov 18 '21 22:11 samhh

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.

samhh avatar Mar 27 '22 14:03 samhh

https://github.com/samhh/dotfiles/commit/af6c86fba2411e6d3c42feda158eacfcb5c33c7a

samhh avatar Aug 21 '22 11:08 samhh