configure dconf

This commit is contained in:
Sean Kovacs 2026-02-07 17:49:17 -05:00
commit fa644090ce
Signed by: sckova
GPG key ID: 00F325187C68651A
4 changed files with 35 additions and 2 deletions

View file

@ -62,6 +62,7 @@
riff
dissent
loupe
spotify-player
# overrides
# (chromium.override {

View file

@ -140,7 +140,7 @@
['<C-f>'] = cmp.mapping.scroll_docs(4),
['<C-Space>'] = cmp.mapping.complete(),
['<C-e>'] = cmp.mapping.abort(),
['<C-Tab>'] = cmp.mapping.confirm({ select = true }),
['<C-Enter>'] = cmp.mapping.confirm({ select = true }),
})
'';
};

View file

@ -96,7 +96,6 @@
proportion = 0.5;
};
preset-column-widths = [
{ proportion = 3.0 / 12.0; }
{ proportion = 4.0 / 12.0; }
{ proportion = 6.0 / 12.0; }
{ proportion = 8.0 / 12.0; }