-
-
Notifications
You must be signed in to change notification settings - Fork 525
fix: Correct Brave browser class name in windowrules.conf #947
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
This commit fixes a typo in the window rule for the Brave browser, changing `Brave` to `brave-browser` to ensure proper window management.
This was referenced Jul 7, 2025
kRHYME7
added a commit
that referenced
this pull request
Jul 7, 2025
This is an automated PR to promote changes from `dev` to `rc`. Please review and test before merging. See [TESTING.md](./TESTING.md) for complete testing instructions. According to our release policy, this PR is expected to be merged during: **Freeze Week (see release policy)** Testers are encouraged to test the changes before merging. Please note that this schedule may be adjusted based on the needs of the project. --- * chore Merge branch 'master' into dev (3c08735) by Khing * chore chore: Added rc (Release Candidate) for the Frozen dev branch so we can continue adding features in dev! (9e484ba) by kRHYME7 * fix: Correct Brave browser class name in windowrules.conf (#947) (ac9e8ec) by GokuPlay609 * fix (waybar): prasanthrangan/hyprdots#2154 (a94ab3e) by kRHYME7 * fix > [#460 (comment)](#460 (comment)) #943 (ddd6a8b) by kRHYME7 * chore hesoyam (e8df17f) by kRHYME7 * chore Merge branch 'dev' of https://github.com/hyde-project/hyde into dev (1838e3d) by kRHYME7 * chore Merge branch 'master' into dev (6a37bf7) by Khing * chore refactor (waybar): Full cava module rewrite (c22a7c9) by kRHYME7 * fix: swaync (616b32d) by kRHYME7 * chore refactor: hyde-shell is fork when executing script. (bad4ca7) by kRHYME7 * chore add best fzf aliases ever pt 2 And fish cleanups and bug fixes (#919) (e2b3f3a) by prime-run * feat (hyprlock): greetd.conf with wallbash (08c40cc) by kRHYME7 * fix(hyprlock): greetd (dc0ef7b) by kRHYME7 * chore Add new hyprlock layout (#874) (a947166) by Mahaveer Gurjar * chore Merge branch 'master' into dev (3bd9fa7) by Khing * chore Merge branch 'master' into dev (55e2b3a) by Khing * chore Merge branch 'master' into dev (ce716e8) by Khing * chore Merge branch 'master' into dev (19b454f) by Khing * chore Find symlinked themes (#924) (ac54632) by Deepu K Sasidharan * chore Use latest flags for vscode and electron (#885) (43ff100) by Deepu K Sasidharan * feat: Add 'hyde-shell version' to get local version (45da5c9) by kRHYME7 * chore Make OMZ optional (#912) (09fb564) by Deepu K Sasidharan * chore remove -h (eeec045) by kRHYME7 * chore added optional keybind "?" to append and run with --help. (4193392) by kRHYME7 * chore formatting terminal.zsh (323a85c) by kRHYME7 * chore proper test operator for terminal.zsh (5d89283) by kRHYME7 * chore Merge remote-tracking branch 'origin' into dev (f7ae692) by kRHYME7 * chore Merge branch 'master' of https://github.com/hyde-project/hyde into dev (6a01b36) by kRHYME7 * chore Merge branch 'master' of https://github.com/hyde-project/hyde into dev (31ea268) by kRHYME7 * fix: add `prompt.zsh` to config restore list (#908) (d2195cb) by Ilya Bogdanov * fix: do not use uwsm for hyprlock (#898) (3b726af) by Ilya Bogdanov * chore refactor: chmod and some waybar fixes (acf6246) by kRHYME7 * chore Merge branch 'master' into dev (eb166ee) by Khing * feat: clean home directory (#867) (10f0ec6) by Rubin Bhandari * chore Merge branch 'master' into dev (5d24327) by Khing * chore refactor: Porting our shaders to be #version 300 compatible (#894) (c6dd8d5) by Khing * chore Consistency, cleanup and minor improvements for waybar modules (#883) (0280ef4) by Deepu K Sasidharan * chore Merge branch 'master' into dev (1dfd2c0) by Khing * chore Merge branch 'master' into dev (b76bd3a) by Khing --- Please review the changes carefully before merging.
rubiin
pushed a commit
that referenced
this pull request
Jul 10, 2025
* feat: corrected Brave-browser to brave-browser in windowrules * fix: Correct Brave browser class name in windowrules.conf This commit fixes a typo in the window rule for the Brave browser, changing `Brave` to `brave-browser` to ensure proper window management.
kRHYME7
added a commit
that referenced
this pull request
Jul 11, 2025
This is an automated PR to promote changes from `rc` to `master`. Please review and test before merging. See [TESTING.md](./TESTING.md) for complete testing instructions. According to our release policy, this PR is expected to be merged on: **1st or 3rd Friday of the month** Testers are encouraged to test the changes before merging. Please note that this schedule may be adjusted based on the needs of the project. --- * chore Merge branch 'master' into rc (28cd313) by Rubin Bhandari * fix (hyprlock): Potential fix for hyprlock crashing and env will now use (5317adb) by kRHYME7 * chore testing (45007cc) by kRHYME7 * chore yeah (5e8778d) by kRHYME7 * chore add manual ci (42dd1cf) by kRHYME7 * chore ci:test rc-master (3f6dfa2) by kRHYME7 * chore ci:test rc-master (9015a20) by kRHYME7 * chore Update README.md (3260be1) by Khing * chore ci:test dev-rc (86897ba) by kRHYME7 * chore chore: Added rc (Release Candidate) for the Frozen dev branch so we can continue adding features in dev! (c58d433) by kRHYME7 * fix: Correct Brave browser class name in windowrules.conf (#947) (89ee326) by GokuPlay609 * fix (waybar): prasanthrangan/hyprdots#2154 (67a6df4) by kRHYME7 * fix > [#460 (comment)](#460 (comment)) #943 (46656c5) by kRHYME7 * chore hesoyam (5b8b7e7) by kRHYME7 * chore chore: Try to extend testing time for our beloved testers. (#937) (113decc) by Khing * chore refactor (waybar): Full cava module rewrite (faaceb7) by kRHYME7 * fix: swaync (a47127e) by kRHYME7 * chore refactor: hyde-shell is fork when executing script. (8e9b26c) by kRHYME7 * chore add best fzf aliases ever pt 2 And fish cleanups and bug fixes (#919) (086ce03) by prime-run * feat (hyprlock): greetd.conf with wallbash (70097fc) by kRHYME7 * fix(hyprlock): greetd (8aae2b3) by kRHYME7 * chore Add new hyprlock layout (#874) (4dcec19) by Mahaveer Gurjar * chore ci: try fix warns on master (5daf073) by kRHYME7 * chore Find symlinked themes (#924) (20d1dd7) by Deepu K Sasidharan * chore Use latest flags for vscode and electron (#885) (15794a2) by Deepu K Sasidharan * feat: Add 'hyde-shell version' to get local version (a7db67a) by kRHYME7 * chore Make OMZ optional (#912) (e93a8ea) by Deepu K Sasidharan * chore remove -h (3957685) by kRHYME7 * chore added optional keybind "?" to append and run with --help. (490f500) by kRHYME7 * chore formatting terminal.zsh (237b92f) by kRHYME7 * chore proper test operator for terminal.zsh (696ef3f) by kRHYME7 * chore backport (shaders): Shaders v300 (#909) (83d3526) by Khing * chore ok (c543ac7) by kRHYME7 * fix: add `prompt.zsh` to config restore list (#908) (adbfe43) by Ilya Bogdanov * fix: do not use uwsm for hyprlock (#898) (7d14349) by Ilya Bogdanov * chore refactor: chmod and some waybar fixes (24814f0) by kRHYME7 * feat: clean home directory (#867) (48c3184) by Rubin Bhandari * chore refactor: Porting our shaders to be #version 300 compatible (#894) (c29bc66) by Khing * chore Consistency, cleanup and minor improvements for waybar modules (#883) (617dcbf) by Deepu K Sasidharan --- Please review the changes carefully before merging.
This was referenced Jul 11, 2025
kRHYME7
added a commit
that referenced
this pull request
Jul 19, 2025
* Workflow script fixes (#887) * fix: follow symlinks to work with stow and fix typo * feat: expose workflow set function to be used from other scripts * fix: gamemode script cleanup * feat: match with gamemode set via gamemode script * feat: improved workflows --------- Co-authored-by: Khing <[email protected]> * Consistency, cleanup and minor improvements for waybar modules (#883) * fix: consistency, cleanup and minor improvements for waybar modules * fix: change case for consistency * fix: use hyde-shell for commands * feat: add glyphs for menu to bring consistency and eye candy * fix: make icons and spacing consistent * refactor: Porting our shaders to be #version 300 compatible (#894) * Refactor: Ports Shaders to use #version directive and use version 3.00 as default. This avoids warning on hyprland-git * fix: add the implementation script --------- Co-authored-by: Rubin Bhandari <[email protected]> * feat: clean home directory (#867) * feat: add more dirs * feat: add wget * feat: add python history * Update env.zsh * Update env.zsh * Update env.zsh --------- Co-authored-by: Khing <[email protected]> * refactor: chmod and some waybar fixes * fix: do not use uwsm for hyprlock (#898) * fix: add `prompt.zsh` to config restore list (#908) * fix: add `prompt.zsh` to config restore list * feat: source `${ZDOTDIR}/prompt.zsh` silently * proper test operator for terminal.zsh * formatting terminal.zsh * added optional keybind "?" to append and run with --help. i am used to running a cisco switch * remove -h * Make OMZ optional (#912) * feat: make OMZ optional so that other options like zinit can be used * fix: remove global alias for -h, fix #910 * chore: polish * fix: use existing variable * fix: use the correct var * feat: Add 'hyde-shell version' to get local version fix feat: hyde-shell --version should return HyDE's current install.sh -r #916 Closes #916 * Use latest flags for vscode and electron (#885) fix: use latest flags for vscode and electron Co-authored-by: Khing <[email protected]> * Find symlinked themes (#924) fix: find themes that are symlinked Co-authored-by: Khing <[email protected]> * Add new hyprlock layout (#874) * hyprlock layout new hyprlock layout similar to greetd login manager * Update greetd.conf * fix scaling issue * Update greetd.conf * Update greetd.conf * Update greetd.conf * add dnd script * Update keybindings.conf * Update keybindings.conf * Delete Configs/.local/lib/hyde/dnd.sh --------- Co-authored-by: Khing <[email protected]> * fix(hyprlock): greetd * feat (hyprlock): greetd.conf with wallbash * add best fzf aliases ever pt 2 And fish cleanups and bug fixes (#919) * refactor: fzf functions structure in fish * fix: duf alias and finilize main fish conf * update zsh config to include new aliases * user > userprefs * refactor: hyde-shell is fork when executing script. ** Added some completions * fix: swaync * refactor (waybar): Full cava module rewrite Fixes: - #936 - #935 - #189 - #403 - Also TOOLTIP is now working!!! - 1 cava process for all clients! * hesoyam * fix > [#460 (comment)](#460 (comment)) #943 Remove explicit position * fix (waybar): prasanthrangan/hyprdots#2154 Fix prasanthrangan/hyprdots#2154 * fix: Correct Brave browser class name in windowrules.conf (#947) * feat: corrected Brave-browser to brave-browser in windowrules * fix: Correct Brave browser class name in windowrules.conf This commit fixes a typo in the window rule for the Brave browser, changing `Brave` to `brave-browser` to ensure proper window management. * Update README.md * ci:test dev-rc * ci:test rc-master * ci:test rc-master * ci:test rc-master * ci:test rc-master * feat(zsh): Custom plugin.zsh for users to have there own zsh plugin management. I added some example using zinit TODO: Add prompt for omz installation * feat(zsh): added plugin.zsh * fix(core): stray line * bumb rc PR * feat(cava.py): added reload option, added channel and reverse mode. chore (hypridle): Added systemctl startup for hypridle. * feat: Add a backend for hyprpaper for wallpaper.sh (#967) # Pull Request ## Description This PR adds a backend for hyprpaper in wallpaper.sh, which allows people to have the splash, note that this requires the user who wants hyprpaper to install hyprpaper, but it's not an issue. ## Type of change - [ ] **Bug fix** (non-breaking change which fixes an issue) - [x] **New feature** (non-breaking change which adds functionality) - [ ] **Breaking change** (fix or feature that would cause existing functionality to not work as expected) - [ ] **Documentation update** (non-breaking change; modified files are limited to the documentations) - [ ] **Technical debt** (a code change that does not fix a bug or add a feature but makes something clearer for devs) - [ ] **Other** (provide details below) ## Checklist - [x] I have read the [CONTRIBUTING](https://github.com/HyDE-Project/HyDE/blob/master/CONTRIBUTING.md) document. - [x] My code follows the code style of this project. - [x] My commit message follows the [commit guidelines](https://github.com/HyDE-Project/HyDE/blob/master/COMMIT_MESSAGE_GUIDELINES.md). - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. - [ ] I have added a changelog entry. - [x] I have added necessary comments/documentation to my code. - [ ] I have added tests to cover my changes. - [x] I have tested my code locally and it works as expected. - [ ] All new and existing tests passed. * feat(cava.py): added reload option, added channel and reverse mode. * fix ffcd fish funtion (#973) fix pos arg in ffcd * fix pos arg in ffcd #973 followup (#974) fix pos arg in ffcd * optimize picker + fuzzy search (#978) * optimize picker + fuzzy search * fix and update glyph.db * opts for emoji*.sh and fix multi select in glyphpicker --------- Co-authored-by: Khing <[email protected]> * fix (waybar) :ignore OBS and cava for privacy module * fix (waybar) :ignore OBS and cava for privacy module * Added additional args for emoji and glyph pickers * waybar privacy Do not monitor audio out * refactor: remove redundant hyde-shell TODO: make all scripts use [[ "${HYDE_SHELL_INIT}" -ne 1 ]] && eval "$(hyde-shell init)" this initiates hyde-shell if and only if it is not yet set. * feat(waybar): add border and background style groups (#983) * feat(waybar): add border and background style groups Add new CSS files for Waybar style groups, including border styles (solid, dotted, none) and color variants for borders. Also add transparent background style. * refactor(waybar): restructure styles directory layout --------- Co-authored-by: Khing <[email protected]> * docs for contributions (#964) * docs for contributions squash this * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: Khing <[email protected]> * Fix theme import terminal * Fix gnome-terminal and theme-import (#987) * Update theme-import command to new Hydectl * Fix gnome-terminal by removing '' from terminal So basically if you run gnome-terminal without | tr -d "'", it will try to run 'kitty' instead of kitty which is an invalid command. * use xargs to clean a string * Update gnome-terminal --------- Co-authored-by: Khing <[email protected]> * Features and fixes for mediaplayer (#865) * feat(mediaplayer): Added waybar module for mediaplayer * feat(mediaplayer): modified mediaplayer to support multiple players * feat(mediaplayer): Add env option for players * fix(mediaplayer): get first player that is player if there are none then get first player in list * feat(mediaplayer): Added media controls (next/previous/playpause) * fix(mediaplayer): escaped & in song metadata * feat(mediaplayer.py): Made text only show main artist Tooltip shows all. * fix(mediaplayer.py): redo algorithm that proportions * feat(mediaplayer.py): Added env option for artist weight * fix(mediaplayer): moved all players output to tooltip except for current * docs(CONTRIBUTORS): added myself to CONTRIBUTORS.md * feat(mediaplayer): added player name to tooltip * fix(mediaplayer.py): Fixed waybar signaling twice to mediaplayer.py and fixed kill commands for media control * fix(mediaplayer): add back removed option --player * fix(mediaplayer): set player_found correctly * fix(mediaplayer): fix possible IndexError * feat(mediaplayer): change player when current one vanishes. * fix(mediaplayer): Fixed not tracking new players that appear when user doesn't provide players * fix(mediaplayer): Skipped a player because it is a duplicate for the browsers player * Added Changelog --------- Co-authored-by: Khing <[email protected]> Co-authored-by: Khing <[email protected]> * Try to fix waybar for multi user * bump * yup * Fix: [Bug]: spotify module not working #1002 * feat: General Purpose Mediaplayer * featxes 🏃➡️ * refactor: no redundant hyde-shell sourcing pt2 --------- Co-authored-by: Deepu K Sasidharan <[email protected]> Co-authored-by: Khing <[email protected]> Co-authored-by: Rubin Bhandari <[email protected]> Co-authored-by: Ilya Bogdanov <[email protected]> Co-authored-by: Mahaveer Gurjar <[email protected]> Co-authored-by: prime-run <[email protected]> Co-authored-by: GokuPlay609 <[email protected]> Co-authored-by: Mircas001 <[email protected]> Co-authored-by: Harsh Dabas <[email protected]> Co-authored-by: rawnullbyte <[email protected]> Co-authored-by: Silvestre Espinoza <[email protected]> Co-authored-by: Khing <[email protected]>
kRHYME7
added a commit
that referenced
this pull request
Jul 19, 2025
This is an automated PR to promote changes from `dev` to `rc`. Please review and test before merging. See [TESTING.md](./TESTING.md) for complete testing instructions. According to our release policy, this PR is expected to be merged during: **Freeze Week (see release policy)** Testers are encouraged to test the changes before merging. Please note that this schedule may be adjusted based on the needs of the project. --- * chore Merge branch 'rc' into dev (e7f55d6) by Khing * chore pr bump (ed176be) by kRHYME7 * chore refactor: no redundant hyde-shell sourcing pt2 (d60f8a0) by kRHYME7 * featxes 🏃➡️ (c0321e1) by kRHYME7 * chore Merge branch 'rc' into dev (e43d373) by Khing * feat: General Purpose Mediaplayer (d95872f) by kRHYME7 * chore Fix: [Bug]: spotify module not working #1002 (4799b72) by kRHYME7 * chore yup (d96ed11) by kRHYME7 * chore Merge branch 'rc' into dev (f80176d) by Khing * chore bump (d1e4f87) by kRHYME7 * chore Try to fix waybar for multi user (dbbd324) by Khing * chore Features and fixes for mediaplayer (#865) (d87783b) by Silvestre Espinoza * chore Fix gnome-terminal and theme-import (#987) (a866b46) by rawnullbyte * chore Merge branch 'rc' into dev (b35c4bb) by Khing * chore Merge branch 'master' into rc (6f51279) by Khing * chore Fix theme import terminal (a7783fa) by Khing * docs for contributions (#964) (96fca9b) by prime-run * feat(waybar): add border and background style groups (#983) (45ce881) by Harsh Dabas * chore refactor: remove redundant hyde-shell (a63d9eb) by kRHYME7 * chore waybar privacy Do not monitor audio out (2eb0201) by kRHYME7 * chore Added additional args for emoji and glyph pickers (11f2f90) by kRHYME7 * fix (waybar) :ignore OBS and cava for privacy module (a0b09bb) by kRHYME7 * fix (waybar) :ignore OBS and cava for privacy module (069f546) by kRHYME7 * chore optimize picker + fuzzy search (#978) (d091e49) by prime-run * chore Merge branch 'rc' into dev (3a3629a) by Khing * chore Merge branch 'master' into rc (47d7864) by Khing * fix pos arg in ffcd #973 followup (#974) (bd86c71) by prime-run * fix ffcd fish funtion (#973) (450cb4f) by prime-run * feat(cava.py): added reload option, added channel and reverse mode. (034822a) by kRHYME7 * feat: Add a backend for hyprpaper for wallpaper.sh (#967) (e22d7de) by Mircas001 * feat(cava.py): added reload option, added channel and reverse mode. (d7af74f) by kRHYME7 * chore Merge branch 'rc' into dev (5d16927) by Khing * chore Merge branch 'master' into rc (b365a0e) by Khing * chore bumb rc PR (d6980f1) by kRHYME7 * chore Merge branch 'rc' of https://github.com/HyDE-Project/HyDE into rc (0737ab1) by kRHYME7 * fix(core): stray line (f79d5aa) by kRHYME7 * chore Merge branch 'rc' into dev (0331b2d) by Khing * chore Merge branch 'master' into rc (bd35bf8) by Khing * chore Merge branch 'rc' into dev (7e50b38) by Khing * chore Merge branch 'master' into rc (2ae0dfd) by Khing * feat(zsh): added plugin.zsh (7404e25) by kRHYME7 * feat(zsh): Custom plugin.zsh for users to have there own zsh plugin management. (85f4c96) by kRHYME7 * chore Merge branch 'rc' into dev (7c9bb86) by Khing * chore Merge branch 'master' into rc (9c3674d) by Khing * chore Merge branch 'rc' into dev (51bb571) by Khing * chore Merge branch 'master' into rc (542fd15) by Khing * chore ci:test rc-master (6aa98b5) by kRHYME7 * chore Merge branch 'master' into rc (9c2f49f) by kRHYME7 * chore ci:test rc-master (972b504) by kRHYME7 * chore ci:test rc-master (663818b) by kRHYME7 * chore Merge branch 'rc' into dev (53896ed) by Khing * chore ci:test rc-master (e79547b) by kRHYME7 * chore Merge branch 'rc' into dev (847abdc) by Khing * chore Merge branch 'rc' of https://github.com/hyde-project/hyde into dev (e584f03) by kRHYME7 * chore ci:test dev-rc (43dc819) by kRHYME7 * chore Update README.md (340f01c) by Khing * chore chore: quarterly release - dev → rc (#949) (2644e31) by Khing * chore Merge branch 'master' into dev (3c08735) by Khing * fix: Correct Brave browser class name in windowrules.conf (#947) (ac9e8ec) by GokuPlay609 * fix (waybar): prasanthrangan/hyprdots#2154 (a94ab3e) by kRHYME7 * fix > [#460 (comment)](#460 (comment)) #943 (ddd6a8b) by kRHYME7 * chore hesoyam (e8df17f) by kRHYME7 * chore Merge branch 'dev' of https://github.com/hyde-project/hyde into dev (1838e3d) by kRHYME7 * chore Merge branch 'master' into dev (6a37bf7) by Khing * chore refactor (waybar): Full cava module rewrite (c22a7c9) by kRHYME7 * fix: swaync (616b32d) by kRHYME7 * chore refactor: hyde-shell is fork when executing script. (bad4ca7) by kRHYME7 * chore add best fzf aliases ever pt 2 And fish cleanups and bug fixes (#919) (e2b3f3a) by prime-run * feat (hyprlock): greetd.conf with wallbash (08c40cc) by kRHYME7 * fix(hyprlock): greetd (dc0ef7b) by kRHYME7 * chore Add new hyprlock layout (#874) (a947166) by Mahaveer Gurjar * chore Merge branch 'master' into dev (3bd9fa7) by Khing * chore Merge branch 'master' into dev (55e2b3a) by Khing * chore Merge branch 'master' into dev (ce716e8) by Khing * chore Merge branch 'master' into dev (19b454f) by Khing * chore Find symlinked themes (#924) (ac54632) by Deepu K Sasidharan * chore Use latest flags for vscode and electron (#885) (43ff100) by Deepu K Sasidharan * feat: Add 'hyde-shell version' to get local version (45da5c9) by kRHYME7 * chore Make OMZ optional (#912) (09fb564) by Deepu K Sasidharan * chore remove -h (eeec045) by kRHYME7 * chore added optional keybind "?" to append and run with --help. (4193392) by kRHYME7 * chore formatting terminal.zsh (323a85c) by kRHYME7 * chore proper test operator for terminal.zsh (5d89283) by kRHYME7 * chore Merge remote-tracking branch 'origin' into dev (f7ae692) by kRHYME7 * chore Merge branch 'master' of https://github.com/hyde-project/hyde into dev (6a01b36) by kRHYME7 * chore Merge branch 'master' of https://github.com/hyde-project/hyde into dev (31ea268) by kRHYME7 * fix: add `prompt.zsh` to config restore list (#908) (d2195cb) by Ilya Bogdanov * fix: do not use uwsm for hyprlock (#898) (3b726af) by Ilya Bogdanov * chore refactor: chmod and some waybar fixes (acf6246) by kRHYME7 * chore Merge branch 'master' into dev (eb166ee) by Khing * feat: clean home directory (#867) (10f0ec6) by Rubin Bhandari * chore Merge branch 'master' into dev (5d24327) by Khing * chore refactor: Porting our shaders to be #version 300 compatible (#894) (c6dd8d5) by Khing * chore Consistency, cleanup and minor improvements for waybar modules (#883) (0280ef4) by Deepu K Sasidharan * chore Merge branch 'master' into dev (1dfd2c0) by Khing * chore Merge branch 'master' into dev (b76bd3a) by Khing --- Please review the changes carefully before merging.
kRHYME7
added a commit
that referenced
this pull request
Jul 25, 2025
This is an automated PR to promote changes from `rc` to `master`. Please review and test before merging. See [TESTING.md](./TESTING.md) for complete testing instructions. According to our release policy, this PR is expected to be merged on: **1st or 3rd Friday of the month** Testers are encouraged to test the changes before merging. Please note that this schedule may be adjusted based on the needs of the project. --- * chore Merge branch 'master' into rc (f657bb9) by Khing * chore Fix [Bug]: Pop up menu of doesn't properly fit in layout when clicked on Open menu. #704 (a155ed3) by kRHYME7 * chore Merge branch 'master' into rc (1468145) by Khing * fix: make script executable and fix tooltip for mediaplayer (a9632bb) by kRHYME7 * chore chore: Release - dev → rc (#1019) (72accb6) by Khing * chore Merge branch 'rc' into dev (e7f55d6) by Khing * chore pr bump (ed176be) by kRHYME7 * chore chore: upgrade hydectl bin. Soon this will be package cleanly. (6fdf8b0) by kRHYME7 * chore Merge branch 'master' into rc (c5893fe) by Khing * chore chore: Release - dev → rc (#951) (bcfa1fd) by github-actions[bot] * chore refactor: no redundant hyde-shell sourcing pt2 (d60f8a0) by kRHYME7 * featxes 🏃➡️ (c0321e1) by kRHYME7 * chore Merge branch 'rc' into dev (e43d373) by Khing * chore Merge branch 'master' into rc (70e4ef9) by Khing * feat: General Purpose Mediaplayer (d95872f) by kRHYME7 * chore Fix: [Bug]: spotify module not working #1002 (4799b72) by kRHYME7 * chore open rc pr wncjkwecjkwenjkwenew yeah alright lezzzgo (bba338b) by kRHYME7 * chore yup (d96ed11) by kRHYME7 * chore Merge branch 'rc' into dev (f80176d) by Khing * chore bump (d1e4f87) by kRHYME7 * chore Try to fix waybar for multi user (dbbd324) by Khing * chore Features and fixes for mediaplayer (#865) (d87783b) by Silvestre Espinoza * chore Fix gnome-terminal and theme-import (#987) (a866b46) by rawnullbyte * chore Merge branch 'rc' into dev (b35c4bb) by Khing * chore Merge branch 'master' into rc (6f51279) by Khing * chore Fix theme import terminal (a7783fa) by Khing * docs for contributions (#964) (96fca9b) by prime-run * feat(waybar): add border and background style groups (#983) (45ce881) by Harsh Dabas * chore refactor: remove redundant hyde-shell (a63d9eb) by kRHYME7 * chore waybar privacy Do not monitor audio out (2eb0201) by kRHYME7 * chore Added additional args for emoji and glyph pickers (11f2f90) by kRHYME7 * fix (waybar) :ignore OBS and cava for privacy module (a0b09bb) by kRHYME7 * fix (waybar) :ignore OBS and cava for privacy module (069f546) by kRHYME7 * chore optimize picker + fuzzy search (#978) (d091e49) by prime-run * chore Merge branch 'rc' into dev (3a3629a) by Khing * chore Merge branch 'master' into rc (47d7864) by Khing * fix pos arg in ffcd #973 followup (#974) (bd86c71) by prime-run * fix ffcd fish funtion (#973) (450cb4f) by prime-run * feat(cava.py): added reload option, added channel and reverse mode. (034822a) by kRHYME7 * feat: Add a backend for hyprpaper for wallpaper.sh (#967) (e22d7de) by Mircas001 * feat(cava.py): added reload option, added channel and reverse mode. (d7af74f) by kRHYME7 * chore Merge branch 'rc' into dev (5d16927) by Khing * chore Merge branch 'master' into rc (b365a0e) by Khing * chore bumb rc PR (d6980f1) by kRHYME7 * chore Merge branch 'rc' of https://github.com/HyDE-Project/HyDE into rc (0737ab1) by kRHYME7 * fix(core): stray line (f79d5aa) by kRHYME7 * chore Merge branch 'rc' into dev (0331b2d) by Khing * chore Merge branch 'master' into rc (bd35bf8) by Khing * chore Merge branch 'rc' into dev (7e50b38) by Khing * chore Merge branch 'master' into rc (2ae0dfd) by Khing * feat(zsh): added plugin.zsh (7404e25) by kRHYME7 * feat(zsh): Custom plugin.zsh for users to have there own zsh plugin management. (85f4c96) by kRHYME7 * chore Merge branch 'rc' into dev (7c9bb86) by Khing * chore Merge branch 'master' into rc (9c3674d) by Khing * chore Merge branch 'rc' into dev (51bb571) by Khing * chore Merge branch 'master' into rc (542fd15) by Khing * chore ci:test rc-master (6aa98b5) by kRHYME7 * chore Merge branch 'master' into rc (9c2f49f) by kRHYME7 * chore ci:test rc-master (972b504) by kRHYME7 * chore ci:test rc-master (663818b) by kRHYME7 * chore Merge branch 'rc' into dev (53896ed) by Khing * chore ci:test rc-master (e79547b) by kRHYME7 * chore Merge branch 'rc' into dev (847abdc) by Khing * chore Merge branch 'rc' of https://github.com/hyde-project/hyde into dev (e584f03) by kRHYME7 * chore ci:test dev-rc (43dc819) by kRHYME7 * chore Update README.md (340f01c) by Khing * chore chore: quarterly release - dev → rc (#949) (2644e31) by Khing * chore Merge branch 'master' into dev (3c08735) by Khing * fix: Correct Brave browser class name in windowrules.conf (#947) (ac9e8ec) by GokuPlay609 * fix (waybar): prasanthrangan/hyprdots#2154 (a94ab3e) by kRHYME7 * fix > [#460 (comment)](#460 (comment)) #943 (ddd6a8b) by kRHYME7 * chore hesoyam (e8df17f) by kRHYME7 * chore Merge branch 'dev' of https://github.com/hyde-project/hyde into dev (1838e3d) by kRHYME7 * chore Merge branch 'master' into dev (6a37bf7) by Khing * chore refactor (waybar): Full cava module rewrite (c22a7c9) by kRHYME7 * fix: swaync (616b32d) by kRHYME7 * chore refactor: hyde-shell is fork when executing script. (bad4ca7) by kRHYME7 * chore add best fzf aliases ever pt 2 And fish cleanups and bug fixes (#919) (e2b3f3a) by prime-run * feat (hyprlock): greetd.conf with wallbash (08c40cc) by kRHYME7 * fix(hyprlock): greetd (dc0ef7b) by kRHYME7 * chore Add new hyprlock layout (#874) (a947166) by Mahaveer Gurjar * chore Merge branch 'master' into dev (3bd9fa7) by Khing * chore Merge branch 'master' into dev (55e2b3a) by Khing * chore Merge branch 'master' into dev (ce716e8) by Khing * chore Merge branch 'master' into dev (19b454f) by Khing * chore Find symlinked themes (#924) (ac54632) by Deepu K Sasidharan * chore Use latest flags for vscode and electron (#885) (43ff100) by Deepu K Sasidharan * feat: Add 'hyde-shell version' to get local version (45da5c9) by kRHYME7 * chore Make OMZ optional (#912) (09fb564) by Deepu K Sasidharan * chore remove -h (eeec045) by kRHYME7 * chore added optional keybind "?" to append and run with --help. (4193392) by kRHYME7 * chore formatting terminal.zsh (323a85c) by kRHYME7 * chore proper test operator for terminal.zsh (5d89283) by kRHYME7 * chore Merge remote-tracking branch 'origin' into dev (f7ae692) by kRHYME7 * chore Merge branch 'master' of https://github.com/hyde-project/hyde into dev (6a01b36) by kRHYME7 * chore Merge branch 'master' of https://github.com/hyde-project/hyde into dev (31ea268) by kRHYME7 * fix: add `prompt.zsh` to config restore list (#908) (d2195cb) by Ilya Bogdanov * fix: do not use uwsm for hyprlock (#898) (3b726af) by Ilya Bogdanov * chore refactor: chmod and some waybar fixes (acf6246) by kRHYME7 * chore Merge branch 'master' into dev (eb166ee) by Khing * feat: clean home directory (#867) (10f0ec6) by Rubin Bhandari * chore Merge branch 'master' into dev (5d24327) by Khing * chore refactor: Porting our shaders to be #version 300 compatible (#894) (c6dd8d5) by Khing * chore Consistency, cleanup and minor improvements for waybar modules (#883) (0280ef4) by Deepu K Sasidharan * chore Merge branch 'master' into dev (1dfd2c0) by Khing * chore Merge branch 'master' into dev (b76bd3a) by Khing --- Please review the changes carefully before merging.
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.
Pull Request
Description
This pull request corrects a typo in the window rule for the Brave browser within the
windowrules.conffile. The class name was previouslyBrave-browser, which is incorrect. This has been changed tobrave-browserto ensure that the window rules are applied correctly to the Brave browser.This fixes an issue where opacity and idle-inhibit rules were not being applied to Brave browser windows.
Type of change
Checklist