refactor: move Clipboard settings to dedicated tab. - #26
Open
matheus-inacio wants to merge 3 commits into
Open
Conversation
…rdPage preference section
…ances in constructor and using state flag
…y formatting fixes
Collaborator
|
lgtm code wise and and PR summary is really clean, but I don't think Alt + F2 works on wayland. Thanks for the contribution. |
Author
Thanks. I'm testing this on GNOME 50 (Wayland only) and Alt + F2 is working just fine on my end. |
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.
Description
This PR makes the clipboard features a bit nicer to use and adds more privacy control.
Key updates:
A UI refresh for the settings page to make it easier to navigate.
A new toggle to completely disable clipboard monitoring.
Changes Included
1. Toggle to Disable Clipboard Monitoring
Added a new setting to completely disable clipboard monitoring.
2. Dedicated Clipboard Settings Tab
3. Restructured Settings Hierarchy
Clipboard settings -> Blocked Applications) makes it immediately clear what the blocklist pertains to.4. Refactored Blocked Applications List
5. Added Helper for "Window Class"
Note on Clipboard Monitoring Behavior:
When a user toggles the
enable-clipboard-monitoringsetting off, the extension immediately disconnects the event listener, meaning no new clipboard history will be collected from that point onward. However, the core clipboard reference is intentionally preserved under the hood. This ensures that the user can still open the Vicinae launcher and successfully paste any existing items that were captured before monitoring was paused.