We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried out your config and noticed your taskbar doesn't change when windows are closed/opened in hyprland. I've changed line 75 of Taskbar.ts to
children: hyprland.bind("clients").as(clients => sortItems(clients.map(c => AppItem(c.address)))),
The text was updated successfully, but these errors were encountered:
I do have that issue where sometimes the taskbar dosent change windows and this appears to fix it, thank you
Sorry, something went wrong.
No branches or pull requests
I tried out your config and noticed your taskbar doesn't change when windows are closed/opened in hyprland. I've changed line 75 of Taskbar.ts to
The text was updated successfully, but these errors were encountered: