Skip to content

Commit

Permalink
sway: disable button areas in touchpad, use macOS-like instead
Browse files Browse the repository at this point in the history
  • Loading branch information
anachronic committed Jan 5, 2024
1 parent c6cb5f8 commit 97d8c90
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/link/.config/sway/config
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ input * {
repeat_rate 50
}

input "type:touchpad" {
# simulates macOS-like touchpad
click_method clickfinger
middle_emulation disabled
}

### Key bindings
# drag/resize like dwm
floating_modifier $mod normal
Expand Down

0 comments on commit 97d8c90

Please sign in to comment.