aboutsummaryrefslogtreecommitdiff
path: root/config/sway/inputs
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-02-25 08:17:44 +0100
committerKarel Kočí <cynerd@email.cz>2022-02-25 08:17:44 +0100
commitea86783651f5561bc735f7393a6d1b8aca81b4d5 (patch)
tree31b8e9f85f4f2c8538473849d632da67972397ee /config/sway/inputs
parent9ca5e516ee02940ae7c8c56254940d6ace009c20 (diff)
downloadmyconfigs-ea86783651f5561bc735f7393a6d1b8aca81b4d5.tar.gz
myconfigs-ea86783651f5561bc735f7393a6d1b8aca81b4d5.tar.bz2
myconfigs-ea86783651f5561bc735f7393a6d1b8aca81b4d5.zip
sway: improve integration
Diffstat (limited to 'config/sway/inputs')
-rw-r--r--config/sway/inputs13
1 files changed, 13 insertions, 0 deletions
diff --git a/config/sway/inputs b/config/sway/inputs
index 4bfd203..235105e 100644
--- a/config/sway/inputs
+++ b/config/sway/inputs
@@ -8,6 +8,7 @@ input type:keyboard {
input type:touchpad {
tap enabled
+ middle_emulation enabled
}
seat '*' {
@@ -15,3 +16,15 @@ seat '*' {
hide_cursor 10000
hide_cursor when-typing disable
}
+
+## Susan inputs ################################################################
+input '9610:33:HAILUCK_CO.,LTD_USB_KEYBOARD_Mouse' {
+ middle_emulation enabled
+ scroll_method on_button_down
+}
+input '10182:275:GXTP7386:00_27C6:0113_Stylus' {
+ calibration_matrix 0 -1 1 1 0 0
+}
+input '10182:275:GXTP7386:00_27C6:0113' {
+ calibration_matrix 0 -1 1 1 0 0
+}