update flake

This commit is contained in:
Barrett Ruth 2026-02-15 01:13:32 -05:00
parent 34645c0429
commit a95e7bf09e
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 14 additions and 7 deletions

View file

@ -14,6 +14,7 @@ env = SDL_VIDEODRIVER,wayland
cursor {
no_hardware_cursors = true
zoom_rigid = true
}
general {
@ -53,10 +54,16 @@ animations {
animation = fadeOut, 1, 5, easeOut
animation = workspaces, 1, 4, easeOut, slide
animation = layers, 0
animation = fadeLayers, 0
animation = border, 0
animation = borderangle, 0
}
gestures {
gesture = 2, pinchout, cursorZoom, 1.5, mult
gesture = 2, pinchin, cursorZoom, 0.67, mult
}
input {
kb_layout = us,us,us
kb_variant = ,dvorak,colemak

View file

@ -266,12 +266,12 @@ return {
end,
},
keymaps = {
['<C-h>'] = false,
['<C-t>'] = false,
['<C-l>'] = false,
['<C-r>'] = 'actions.refresh',
['<C-s>'] = { 'actions.select', opts = { vertical = true } },
['<C-x>'] = { 'actions.select', opts = { horizontal = true } },
['<c-h>'] = false,
['<c-t>'] = false,
['<c-l>'] = false,
['<c-r>'] = 'actions.refresh',
['<c-s>'] = { 'actions.select', opts = { vertical = true } },
['<c-x>'] = { 'actions.select', opts = { horizontal = true } },
['q'] = function()
local ok, bufremove = pcall(require, 'mini.bufremove')
if ok then

View file

@ -266,7 +266,7 @@ in
offset = "16x16";
padding = 10;
horizontal_padding = 10;
frame_width = 1;
frame_width = 3;
frame_color = c.border;
separator_color = "frame";
separator_height = 1;