Browse Source

Sync: 2026-04-16 20:30:06

Gabriel Capella 3 days ago
parent
commit
6901efaee2
2 changed files with 9 additions and 2 deletions
  1. 1 1
      dots/.config/alacritty/alacritty.toml
  2. 8 1
      dots/.config/sway/config

+ 1 - 1
dots/.config/alacritty/alacritty.toml

@@ -1,5 +1,5 @@
 [font]
-size = 8
+size = 10
 
 [font.bold]
 style = "Bold"

+ 8 - 1
dots/.config/sway/config

@@ -208,8 +208,15 @@ input * {
 }
 
 # @host jellyfish
-input type:pointer {
+input type:touchpad {
+    tap enabled
     pointer_accel 0.75
+    dwt enabled
+    click_method clickfinger
+    scroll_method two_finger
+    pointer_accel 0.3
+    drag enabled
+    drag_lock disable
 }
 # @end