From 5d2ab557ea9f973756871bc9c132be98ea13a7b2 Mon Sep 17 00:00:00 2001 From: Amolith Date: Mon, 22 Jan 2024 22:05:34 -0500 Subject: [PATCH] improve hyprland config on laptop --- dot_config/hypr/hyprland.conf.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dot_config/hypr/hyprland.conf.tmpl b/dot_config/hypr/hyprland.conf.tmpl index e2354c140b65f67495d54f5907866640d6efae22..178a1710795600e35ee687e5cc0179e5415f6cbe 100644 --- a/dot_config/hypr/hyprland.conf.tmpl +++ b/dot_config/hypr/hyprland.conf.tmpl @@ -7,7 +7,7 @@ {{- if eq .chezmoi.hostname "angmar" }} monitor=DisplayPort-0,2560x1440@165,auto,auto {{- else if eq .chezmoi.hostname "sidhe" }} -monitor=eDP-1,2256x1504@60,auto,auto +monitor=eDP-1,2256x1504@60,auto,1.333333 {{- end }} @@ -35,17 +35,17 @@ input { kb_options = kb_rules = repeat_rate = 60 - repeat_delay = 600 + repeat_delay = 300 follow_mouse = 1 touchpad { - natural_scroll = yes + natural_scroll = no disable_while_typing = yes clickfinger_behavior = yes tap-to-click = yes drag_lock = yes - tag-and-drag = yes + tap-and-drag = yes } sensitivity = 0 # -1.0 - 1.0, 0 means no modification.