From 972d49978cd407ae2bcf6150df41d76e329d676d Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Wed, 5 Jun 2024 17:05:48 +0200 Subject: [PATCH] Updates --- .install/templates/keyboard-default.conf | 6 +++++- .install/templates/keyboard-laptop.conf | 11 ++++++++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.install/templates/keyboard-default.conf b/.install/templates/keyboard-default.conf index 0a346ab..794e1ee 100644 --- a/.install/templates/keyboard-default.conf +++ b/.install/templates/keyboard-default.conf @@ -8,7 +8,7 @@ input { kb_model = kb_options = numlock_by_default = true - mouse_refocus=false + mouse_refocus = false # For United States # kb_layout = us @@ -28,3 +28,7 @@ input { } sensitivity = 0 # -1.0 - 1.0, 0 means no modification. } + +gestures { + workspace_swipe = true +} \ No newline at end of file diff --git a/.install/templates/keyboard-laptop.conf b/.install/templates/keyboard-laptop.conf index e7cab35..1ab5d0f 100644 --- a/.install/templates/keyboard-laptop.conf +++ b/.install/templates/keyboard-laptop.conf @@ -8,7 +8,7 @@ input { kb_model = kb_options = numlock_by_default = true - mouse_refocus=false + mouse_refocus = false # For United States # kb_layout = us @@ -22,9 +22,14 @@ input { # natural_scroll = false # for laptop - natural_scroll = yes + natural_scroll = true middle_button_emulation = true - clickfinger_behavior = 1 + clickfinger_behavior = true + disable_while_typing = true } sensitivity = 0 # -1.0 - 1.0, 0 means no modification. } + +gestures { + workspace_swipe = true +} \ No newline at end of file