feat: add music/discord scratchpad with settings UI#3194
Open
kellyson71 wants to merge 1 commit intoend-4:mainfrom
Open
feat: add music/discord scratchpad with settings UI#3194kellyson71 wants to merge 1 commit intoend-4:mainfrom
kellyson71 wants to merge 1 commit intoend-4:mainfrom
Conversation
Adds a floating special workspace (scratchpad) feature for quick-toggling a music app and Discord via keybinds (e.g. Super+M / Super+D). - scripts/scratchpad.sh: toggles a named special workspace; reads config for music app choice (YouTube Music or Spotify), enable/disable flags, and alwaysInSpecial mode - Config.qml: adds scratchpads.music / scratchpads.discord defaults - ScratchpadConfig.qml: new settings page with enable toggles, music app selector (YouTube Music / Spotify), and alwaysInSpecial option - settings.qml: registers the Scratchpads page in the nav rail - custom/keybinds.conf: adds commented-out example binds for Super+M/D Behavior: - Special workspace visible → hide it - App open on another workspace → move to scratchpad and show - App not open → launch in scratchpad Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
i think there is actually a scratchpad in the dots which is toggled using super+s |
Author
ye, got the idea for this from caelestia-dots, where I used that setup a lot in a more fixed way. I brought something similar here with per-app behavior and easy settings. It's fine to say no if it doesn't seem useful or fit well. I was already using this locally and just wanted to share it. 😅 |
Contributor
|
can u share images |
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.
Summary
Adds a scratchpad feature (floating special workspace) for quick-toggling a music app and Discord, inspired by the behavior present in caelestia-dots.
scratchpad.sh— toggles a named special workspace; reads config.json for app preference, enable/disable, and alwaysInSpecial modeConfig.qml— addsscratchpads.music/scratchpads.discordwith defaultsScratchpadConfig.qml— new settings page with enable toggles, music app selector (YouTube Music or Spotify), and alwaysInSpecial option per scratchpadsettings.qml— registers the new Scratchpads page in the nav railcustom/keybinds.conf— adds commented-out example binds (Super+M/Super+D)Behavior
Settings page
The new Scratchpads settings page exposes:
Test plan
Super+Mtoggles YouTube Music scratchpad; pressing again hides itSuper+Mwith YouTube Music open on ws 2 moves it to scratchpadSuper+Dsame behavior for Discord🤖 Generated with Claude Code