diff options
Diffstat (limited to '.config/sway/input.conf')
| -rw-r--r-- | .config/sway/input.conf | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/.config/sway/input.conf b/.config/sway/input.conf index 1c30aaf..10ac7d4 100644 --- a/.config/sway/input.conf +++ b/.config/sway/input.conf @@ -20,9 +20,9 @@ input type:touchpad { tap enabled natural_scroll enabled } -input type:tablet_tool { - accel_profile flat -} +#input type:tablet_tool { +# accel_profile flat +#} set { $keyboard 1:1:AT_Translated_Set_2_keyboard @@ -56,3 +56,7 @@ bindsym --input-device=$slimblade --whole-window button3 seat - cursor press but # seat pen hide_cursor 10000 # seat pen idle_inhibit tablet_tool # seat pen idle_wake tablet_tool + +input $pen { + accel_profile flat +} |