diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 701dd18..9be75d8 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -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 diff --git a/config/nvim/lua/plugins/nvim.lua b/config/nvim/lua/plugins/nvim.lua index 67ffe9c..47c4636 100644 --- a/config/nvim/lua/plugins/nvim.lua +++ b/config/nvim/lua/plugins/nvim.lua @@ -266,12 +266,12 @@ return { end, }, keymaps = { - [''] = false, - [''] = false, - [''] = false, - [''] = 'actions.refresh', - [''] = { 'actions.select', opts = { vertical = true } }, - [''] = { 'actions.select', opts = { horizontal = true } }, + [''] = false, + [''] = false, + [''] = false, + [''] = 'actions.refresh', + [''] = { 'actions.select', opts = { vertical = true } }, + [''] = { 'actions.select', opts = { horizontal = true } }, ['q'] = function() local ok, bufremove = pcall(require, 'mini.bufremove') if ok then diff --git a/home/modules/ui.nix b/home/modules/ui.nix index 89483b5..23b7c50 100644 --- a/home/modules/ui.nix +++ b/home/modules/ui.nix @@ -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;