Aylur / dotfiles

My personal config files
Other
2.43k stars 127 forks source link

Taskbar fix #240

Open dzuberi opened 2 months ago

dzuberi commented 2 months ago

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)))),
dianaw353 commented 2 weeks ago

I do have that issue where sometimes the taskbar dosent change windows and this appears to fix it, thank you