diff options
Diffstat (limited to 'common/home/hyprland/default.nix')
| -rw-r--r-- | common/home/hyprland/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/home/hyprland/default.nix b/common/home/hyprland/default.nix index c30c332..983ba21 100644 --- a/common/home/hyprland/default.nix +++ b/common/home/hyprland/default.nix @@ -145,6 +145,10 @@ natural_scroll = true; clickfinger_behavior = true; }; + + tablet = { + output = "DP-3"; + }; }; #gestures = { |