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 {
|
cursor {
|
||||||
no_hardware_cursors = true
|
no_hardware_cursors = true
|
||||||
|
zoom_rigid = true
|
||||||
}
|
}
|
||||||
|
|
||||||
general {
|
general {
|
||||||
|
|
@ -53,10 +54,16 @@ animations {
|
||||||
animation = fadeOut, 1, 5, easeOut
|
animation = fadeOut, 1, 5, easeOut
|
||||||
animation = workspaces, 1, 4, easeOut, slide
|
animation = workspaces, 1, 4, easeOut, slide
|
||||||
animation = layers, 0
|
animation = layers, 0
|
||||||
|
animation = fadeLayers, 0
|
||||||
animation = border, 0
|
animation = border, 0
|
||||||
animation = borderangle, 0
|
animation = borderangle, 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gestures {
|
||||||
|
gesture = 2, pinchout, cursorZoom, 1.5, mult
|
||||||
|
gesture = 2, pinchin, cursorZoom, 0.67, mult
|
||||||
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
kb_layout = us,us,us
|
kb_layout = us,us,us
|
||||||
kb_variant = ,dvorak,colemak
|
kb_variant = ,dvorak,colemak
|
||||||
|
|
|
||||||
|
|
@ -266,12 +266,12 @@ return {
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
keymaps = {
|
keymaps = {
|
||||||
['<C-h>'] = false,
|
['<c-h>'] = false,
|
||||||
['<C-t>'] = false,
|
['<c-t>'] = false,
|
||||||
['<C-l>'] = false,
|
['<c-l>'] = false,
|
||||||
['<C-r>'] = 'actions.refresh',
|
['<c-r>'] = 'actions.refresh',
|
||||||
['<C-s>'] = { 'actions.select', opts = { vertical = true } },
|
['<c-s>'] = { 'actions.select', opts = { vertical = true } },
|
||||||
['<C-x>'] = { 'actions.select', opts = { horizontal = true } },
|
['<c-x>'] = { 'actions.select', opts = { horizontal = true } },
|
||||||
['q'] = function()
|
['q'] = function()
|
||||||
local ok, bufremove = pcall(require, 'mini.bufremove')
|
local ok, bufremove = pcall(require, 'mini.bufremove')
|
||||||
if ok then
|
if ok then
|
||||||
|
|
|
||||||
|
|
@ -266,7 +266,7 @@ in
|
||||||
offset = "16x16";
|
offset = "16x16";
|
||||||
padding = 10;
|
padding = 10;
|
||||||
horizontal_padding = 10;
|
horizontal_padding = 10;
|
||||||
frame_width = 1;
|
frame_width = 3;
|
||||||
frame_color = c.border;
|
frame_color = c.border;
|
||||||
separator_color = "frame";
|
separator_color = "frame";
|
||||||
separator_height = 1;
|
separator_height = 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue