diff options
author | Saumit <justsaumit@protonmail.com> | 2025-02-23 16:23:16 +0530 |
---|---|---|
committer | Saumit <justsaumit@protonmail.com> | 2025-02-23 16:23:16 +0530 |
commit | 71f9a6547a4aa9e759c371e6bac496445c659ef9 (patch) | |
tree | 7adf3bcd268cd7b508ef293f194a3cc690d00ee1 /.config | |
parent | a9950e07cb2b662fa88b32a9e2e277676446a206 (diff) |
Diffstat (limited to '.config')
-rw-r--r-- | .config/hypr/hyprland.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 9b32c43..66b5163 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -206,6 +206,12 @@ binds { # sensitivity = -0.5 #} +$TOUCHPAD_ENABLED = true +device { + name = pnp0c50:0d-06cb:cebd-touchpad + enabled = $TOUCHPAD_ENABLED +} + ################### ### KEYBINDINGS ### |