Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue] Enable touch when typing #511

Closed
cheyao opened this issue May 19, 2024 · 3 comments
Closed

[Issue] Enable touch when typing #511

cheyao opened this issue May 19, 2024 · 3 comments

Comments

@cheyao
Copy link
Contributor

cheyao commented May 19, 2024

  • I have read the Usage and the Troubleshooting pages of the wiki
  • I have made sure that both my config and system packages are up to date
  • Linux distro: Arch Linux

The issue

I've been trying to enable touch when typing, but I can't get it to work.

I've tries several options:
gsettings set org.gnome.desktop.peripherals.touchpad disable-while-typing false
gsettings set org.gnome.desktop.peripherals.touchpad send-events enabled
Turning off disable while typing in gnome settings

But the mouse is still disabled. How can I enable it?

libinput list-devices output for the trackpad
Device:           bcm5974
Kernel:           /dev/input/event15
Group:            6
Seat:             seat0, default
Size:             107x75mm
Capabilities:     pointer gesture
Tap-to-click:     disabled
Tap-and-drag:     enabled
Tap drag lock:    disabled
Left-handed:      disabled
Nat.scrolling:    enabled
Middle emulation: disabled
Calibration:      n/a
Scroll methods:   *two-finger edge 
Click methods:    button-areas *clickfinger 
Disable-w-typing: enabled
Disable-w-trackpointing: enabled
Accel profiles:   flat *adaptive custom
Rotation:         n/a
@Roverp1
Copy link

Roverp1 commented May 20, 2024

Are you using Hyprland?
If you are, then it is

input {
  touchpad {
    disable_while_typing = false
  }
}

in ~/.config/hypr/custom/general.conf, in case of this dotfiles.

@cheyao
Copy link
Contributor Author

cheyao commented May 20, 2024

Ah thanks for the solution! Didn't know that hyprland also has this option.

@cheyao cheyao closed this as completed May 20, 2024
@end-4
Copy link
Owner

end-4 commented May 20, 2024

you can temporary toggle it on the sidebar btw
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants