vscode goodies

Signed-off-by: cy <cy@cy7.sh>
This commit is contained in:
cy 2025-01-29 15:24:42 -05:00
parent d79a34328a
commit b2a6740256
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
5 changed files with 33 additions and 11 deletions

View file

@ -73,10 +73,6 @@ in
window-rules = [
{
matches = [
{
app-id = "anki";
title = "Add";
}
{ app-id = "mpv"; }
{ app-id = "Bitwarden"; }
{
@ -88,7 +84,12 @@ in
open-floating = true;
}
{
matches = [ { app-id = "anki"; } ];
matches = [
{
app-id = "anki";
title = "Add";
}
];
default-column-width.proportion = .25;
}
{