Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
matt-fff pushed 1 commit to mw/selective-name-emit matt-fff/hyprland-autoname-workspaces
- Only emit rename on string change. e1e1833
matt-fff pushed 1 commit to mw/selective-name-emit matt-fff/hyprland-autoname-workspaces
- Only emit rename on string change. 92f5bc5
matt-fff pushed 1 commit to mw/selective-name-emit matt-fff/hyprland-autoname-workspaces
- Only emit rename on string change. 2981ec9
matt-fff created a comment on a pull request on hyprland-community/hyprland-autoname-workspaces
The only test failures are pre-existing and not related to the changes.
matt-fff opened a draft pull request on hyprland-community/hyprland-autoname-workspaces
test: fix broken tests
## Description Corrects the failing unit tests currently in main. ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue) ...matt-fff created a branch on matt-fff/hyprland-autoname-workspaces
mw/fix-failing-test - Hyprland autoname workspaces 🪟 [maintainers=@cyrinux,@maximbaz]
matt-fff opened a draft pull request on hyprland-community/hyprland-autoname-workspaces
chore: hyprland-rs 0.4.0-beta.2
## Description Updates hyprland-rs to 0.4.0-beta.2 Fixes # (issue) ## Type of change - [x] New feature (non-breaking change which adds functionality) ## How Has This Been Tested? ...matt-fff created a branch on matt-fff/hyprland-autoname-workspaces
mw/hyprland-0.4.0-beta-2 - Hyprland autoname workspaces 🪟 [maintainers=@cyrinux,@maximbaz]
matt-fff created a comment on an issue on hyprland-community/hyprland-autoname-workspaces
Thanks for the heads up about hyprland-rs. I'll get more familiar with it and take a look at upgrading hyprland-autoname-workspaces to the most recent version.
matt-fff created a comment on an issue on hyprland-community/hyprland-autoname-workspaces
Hey @cyrinux, I wanted to signal my willingness to jump in as a maintainer. I make heavy use of hyprland-autoname-workspaces and expect that to continue for the foreseeable future. I would hate to...
matt-fff pushed 1 commit to mw/selective-name-emit matt-fff/hyprland-autoname-workspaces
- Only emit rename on string change. d9ae92b
matt-fff opened a draft pull request on hyprland-community/hyprland-autoname-workspaces
Only emit rename event for altered workspaces.
## Description Currently this project emits rename events for all workspaces on every workspace change. This can make things slow for downstream Hyprland rename event consumers, which have to...matt-fff pushed 1 commit to mw/selective-name-emit matt-fff/hyprland-autoname-workspaces
- Only emit rename on string change. 994abc2
matt-fff pushed 1 commit to mw/selective-name-emit matt-fff/hyprland-autoname-workspaces
- Only emit rename on string change. 371dbf6
matt-fff pushed 1 commit to mw/selective-name-emit matt-fff/hyprland-autoname-workspaces
- Only emit rename on string change. ae22a01
matt-fff created a branch on matt-fff/hyprland-autoname-workspaces
mw/selective-name-emit - Hyprland autoname workspaces 🪟 [maintainers=@cyrinux,@maximbaz]
matt-fff pushed 2 commits to mw/name-cache matt-fff/hyprland-autoname-workspaces
matt-fff pushed 1 commit to main matt-fff/bootstrap-nix
- screw it. Move everything to unstable. ebbc6f4
matt-fff created a comment on an issue on Alexays/Waybar
Put together https://github.com/Alexays/Waybar/pull/3878 I plan on using my branch for a little while to see if I notice any issues.
matt-fff opened a draft pull request on Alexays/Waybar
Migrate Hyprland workspace events to v2
The Hyprland [v2 workspace events](https://github.com/hyprwm/Hyprland/pull/5022) add the workspace ID to the event payload. Currently Waybar relies on workspace names because that was the best t...matt-fff pushed 1 commit to mw/hyprland-events-workspaces-v2 matt-fff/Waybar
- feat(hyprland): support workspacev2 17f1088
matt-fff pushed 2 commits to mw/hyprland-events-workspaces-v2 matt-fff/Waybar
matt-fff created a branch on matt-fff/Waybar
mw/hyprland-events-workspaces-v2 - Highly customizable Wayland bar for Sway and Wlroots based compositors. :v: :tada:
matt-fff created a comment on an issue on Alexays/Waybar
Looking into this more deeply, it looks like the correct approach is to update to the Hyprland v2 events, which [add support for workspace ID](https://github.com/hyprwm/Hyprland/pull/5022). Current...
matt-fff pushed 1 commit to main matt-fff/hyprland-autoname-workspaces
- chore: âš seeking for maintainers 1cd060a
matt-fff pushed 15 commits to mw/fix-hypr-wkspc-race-cond matt-fff/Waybar
- fix: hyprland/window get empty ipc json data 01ae117
- Escape markup characters in dwl/window Without this, markup characters like [&><] will be injected directly into the... 157ea44
- sway: fix "Mapping is not an object" warning Fixes #3763. Also a little code simplications while we're at it. 8e276bb
- Merge pull request #3831 from c4rlo/sway-fix-config-warning sway: fix "Mapping is not an object" warning dbb708c
- Merge pull request #3826 from DreamMaoMao/fix-hyprland-window-crash fix: hyprland/window get empty ipc json data 6ce881a
- Merge pull request #3827 from pope/master Escape markup characters in dwl/window 5346649
- flake.lock: Update Flake lock file updates: • Updated input 'flake-compat': 'github:edolstra/flake-compat/9ed2a... 8845509
- Update LICENSE, fix license year Signed-off-by: JasonnnW3000 <[email protected]> 3555417
- Merge pull request #3860 from JasonnnW3000/master Update LICENSE, fix copyright license year fe2f847
- Merge pull request #3859 from Alexays/update_flake_lock_action flake.lock: Update ac08b75
- Fix compilation with libc++ This file uses std::sort and does not import correct header. Compilation with libstdc++ ... 865121b
- Merge pull request #3866 from AngryLoki/libcxx Fix compilation with libc++ 9d9f1d6
- fix: never sleep cava when sleep_timer is 0 6a29abb
- Merge pull request #3875 from alexlnkp/master fix: never sleep cava when sleep_timer is 0 369c81d
- Fallback for Hyprland workspace creation race condition 52ebd09