This commit is contained in:
Stephan Raabe 2024-02-28 17:01:05 +01:00
parent 88451354aa
commit 4f55f5817f
3 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,7 @@ input {
kb_model = kb_model =
kb_options = kb_options =
numlock_by_default = true numlock_by_default = true
mouse_refocus=false
# For United States # For United States
# kb_layout = us # kb_layout = us

View File

@ -53,7 +53,7 @@ Please watch the video on YouTube: https://youtu.be/kHG5czrQ7WA
cd ~/Downloads cd ~/Downloads
# 2.) Clone the dotfiles repository into the Downloads folder # 2.) Clone the dotfiles repository into the Downloads folder
git clone https://gitlab.com/stephan-raabe/dotfiles.git git clone --depth=1 https://gitlab.com/stephan-raabe/dotfiles.git
# 3.) Change into the dotfiles folder # 3.) Change into the dotfiles folder
cd dotfiles cd dotfiles

View File

@ -9,6 +9,7 @@ input {
kb_options = kb_options =
numlock_by_default = true numlock_by_default = true
follow_mouse = 1 follow_mouse = 1
mouse_refocus=false
touchpad { touchpad {
natural_scroll = false natural_scroll = false
} }