added qvm-sensible-browser#76
Open
unamed01 wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #76 +/- ##
==========================================
- Coverage 67.67% 67.57% -0.10%
==========================================
Files 2 2
Lines 696 694 -2
==========================================
- Hits 471 469 -2
Misses 225 225
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
QubesOS/qubes-desktop-linux-i3-settings-qubes#25 ( I made it not bad since then but premise is the same)
I believe this is a good QOL change to qubes. Normally you need a mess of several keybinds or go trough qubes-app-menu every single time just to open a simple browser this script just automates finding current focused qube (using #75 ) then opens the default browser in that qube, this is a major UX improvement from before from my experience. also supports opening browser in dispvm with -d|--disposable option (will try to make a disposable of current focused vm then fallback to default_dispvm) and setting user trough -u|--user.
let me know what you think, thanks for your time!