Merge branch 'upstream-main' into fcitx5
This commit is contained in:
@@ -37,7 +37,7 @@ fi
|
||||
if [ -d ~/dotfiles-versions/$version/swappy ]; then
|
||||
_installSymLink swappy ~/.config/swappy ~/dotfiles/swappy/ ~/.config
|
||||
fi
|
||||
if [ -d ~/dotfiles-versions/$version/swappy ]; then
|
||||
if [ -d ~/dotfiles-versions/$version/eww ]; then
|
||||
_installSymLink eww ~/.config/eww ~/dotfiles/eww/ ~/.config
|
||||
fi
|
||||
if [ -d ~/dotfiles-versions/$version/fastfetch ]; then
|
||||
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user