willow
willow
I'm also experiencing the same issue, I just haven't been bothered trying to fix it with the solution I referenced... This is what I'm going to try now: **SID (windows):**...
@weskerty I'm having trouble with the permissions, where did you find that menu?
This doesn’t really fix the root of the problem though since this issue affects non-steam related files too edit: ditching btrfs now bai
**could not acquire lockfile** duplicate of #2049 try `rm /tmp/yabai*` **finding config directory** configuration info here: https://github.com/koekeishiya/yabai/wiki/Configuration I'd recommend placing your config file as `$XDG_CONFIG_HOME/yabai/yabairc` which generally expands to `~/.config/yabai/yabairc`
 graph view seems to be completely broken now... good opportunity to fix the above issues I guess - I am busy for the next one and a bit weeks...
> > We're currently in the progress of implementing tints and shades into [ctp/palette](https://github.com/catppuccin/palette?rgh-link-date=2025-03-19T09%3A48%3A57Z). To implement it fully and officially for TW (v4) we want to rely on the official...
blocked by https://github.com/nix-community/home-manager/issues/6171
You can override these lines https://github.com/cascadefox/cascade/blob/170db950d2c9709b87a1a233e12655609ffdaf52/integrations/tabcenter-reborn/tabcenter-reborn.css#L1-L20 with the colours defined in your colourscheme integration. I'm hoping to make this easier in future by having firefox colour handle colours instead. hope...
`.tab-context-line` is what's producing the strange dot artifacts, I assume it is to display the container
https://github.com/user-attachments/assets/d20ed3eb-a21a-43f0-88c4-162e5b5f089e ```css #sidebar-main { width: 58px !important; /* figure out the exact width */ transition: width 0.3s ease; } #sidebar-main:hover { width: 200px !important; } ```