improve hyprland config on laptop

Amolith created

Change summary

dot_config/hypr/hyprland.conf.tmpl | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Detailed changes

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.