Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
matt-fff deleted a branch matt-fff/quartz
dependabot/npm_and_yarn/production-dependencies-b4d385335d
matt-fff pushed 2 commits to v4 matt-fff/quartz
matt-fff closed a pull request on matt-fff/quartz
Bump the production-dependencies group with 4 updates
Bumps the production-dependencies group with 4 updates: [@clack/prompts](https://github.com/natemoo-re/clack/tree/HEAD/packages/prompts), [@floating-ui/dom](https://github.com/floating-ui/floating-...matt-fff created a review comment on a pull request on hyprland-community/hyprland-autoname-workspaces
Just reuse the inactive default we already acquired.
matt-fff created a review comment on a pull request on hyprland-community/hyprland-autoname-workspaces
Newly dead code
matt-fff created a review on a pull request on hyprland-community/hyprland-autoname-workspaces
matt-fff opened a draft pull request on hyprland-community/hyprland-autoname-workspaces
fix: default class formatting
## Description Default class strings did not respect active formatting configurations. This is because the pattern matcher that applies formatting only does so if the client is simultaneously [a...matt-fff created a branch on matt-fff/hyprland-autoname-workspaces
mw/fix-108-default-format - Hyprland autoname workspaces 🪟 [maintainers=@cyrinux,@maximbaz]
matt-fff created a comment on an issue on hyprland-community/hyprland-autoname-workspaces
Generally speaking, the way to do this is to set this in your config (`~/.config/hyprland-autoname-workspaces/config.toml` by default): ``` [format] delim = " " workspace = "{clients}" client ...
matt-fff closed an issue on hyprland-community/hyprland-autoname-workspaces
Workspacenames
Hello, I'd like the workspace name to just be all the apps which are open with no pattern matching. How can I do that? I need it for my eww bar.matt-fff created a comment on an issue on hyprland-community/hyprland-autoname-workspaces
I'm going to close for the time being, but we can re-open if this is still an issue.
matt-fff closed an issue on hyprland-community/hyprland-autoname-workspaces
[BUG] AUR install fails
**Describe the bug** When installing via `yay -S hyprland-autoname-workspaces-git`, console shows: ``` failures: ---- renamer::formatter::tests::test_app_workspace_new stdout ---- thread '...matt-fff created a comment on an issue on hyprland-community/hyprland-autoname-workspaces
Going to close for the time being. Can reopen if this issue is still a problem.
matt-fff closed an issue on hyprland-community/hyprland-autoname-workspaces
[BUG] Names not updating on window open/close
**Describe the bug** Workspace names are not properly updated on window open/close events (triggered by standard Hyprland keybinds). Old icons remain, new icons do not appear. The next event (work...matt-fff created a comment on an issue on hyprland-community/hyprland-autoname-workspaces
I've run into the same thing. I believe this is caused by https://github.com/Alexays/Waybar/issues/3830. I have a fix I'm trying to get set up: https://github.com/Alexays/Waybar/pull/3878 I'll u...
matt-fff created a comment on an issue on hyprland-community/hyprland-autoname-workspaces
As a workaround in the meantime, you can do the following: ``` [format] client = "{icon}" client_active = "<span color='#ff4040'>{icon}</span>" [icons] DEFAULT = "" [class_active] DEFA...
matt-fff created a comment on an issue on hyprland-community/hyprland-autoname-workspaces
This should be corrected now that https://github.com/hyprland-community/hyprland-autoname-workspaces/pull/120 is merged. I've tested on my EndeavorOS box and it seemed to work. Please let me know.
matt-fff pushed 1 commit to mw/selective-name-emit matt-fff/hyprland-autoname-workspaces
- Only emit rename on string change. 1408fed
matt-fff pushed 1 commit to main hyprland-community/hyprland-autoname-workspaces
- chore: hyprland-rs 0.4.0-beta.2 ba126d5
matt-fff closed a 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 ## Type of change - [x] New feature (non-breaking change which adds functionality) ## How Has This Been Tested? Relying on existi...matt-fff created a comment on a pull request on hyprland-community/hyprland-autoname-workspaces
It looks to me like the verbose logging for unknown events was removed at the same time, so the silent feature is no longer necessary.
matt-fff pushed 1 commit to mw/hyprland-0.4.0-beta-2 matt-fff/hyprland-autoname-workspaces
- chore: hyprland-rs 0.4.0-beta.2 43a73ed
matt-fff pushed 1 commit to main hyprland-community/hyprland-autoname-workspaces
- test: fix broken tests 2cac850
matt-fff closed a 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 comment on a pull request on hyprland-community/hyprland-autoname-workspaces
Thanks @cyrinux. I fixed the signing problem. I just never had a reason to set it up until now.
matt-fff pushed 1 commit to mw/fix-failing-test matt-fff/hyprland-autoname-workspaces
- test: fix broken tests 6c0d97d