update flake
This commit is contained in:
parent
34645c0429
commit
a95e7bf09e
3 changed files with 14 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue