From 95504e1540872755bc6a200561462a9575ad7835 Mon Sep 17 00:00:00 2001 From: Daniil Rozanov Date: Sat, 21 Jun 2025 13:39:47 +0400 Subject: Nvim configuration refactor --- hypr/.config/hypr/hyprland.conf | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'hypr/.config') diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index 39984b3..365759f 100755 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -50,7 +50,7 @@ env = GRIMBLAST_HIDE_CURSOR, 0 general { gaps_in = 4 - gaps_out = 5, 5, 10, 5 + gaps_out = 4, 4, 4, 4 border_size = 1 @@ -159,13 +159,12 @@ misc { input { kb_layout = us, ru - kb_variant = - kb_model = - kb_options = grp:alt_shift_toggle,caps:ctrl_modifier - kb_rules = + kb_options = grp:alt_shift_toggle + # kb_variant = + # kb_model = + # kb_rules = follow_mouse = 1 - sensitivity = 0 # -1.0 - 1.0, 0 means no modification. touchpad { @@ -173,14 +172,15 @@ input { } } -gestures { - workspace_swipe = true +device { + name = apple-spi-keyboard + # All supported options + # less /usr/share/X11/xkb/rules/base.lst + kb_options = caps:escape, } -# Example per-device config -device { - name = epic-mouse-v1 - sensitivity = -0.5 +gestures { + workspace_swipe = true } -- cgit v1.2.3