diff --git a/.install/templates/keyboard.conf b/.install/templates/keyboard.conf index 8f1b3d3..6bed3fa 100644 --- a/.install/templates/keyboard.conf +++ b/.install/templates/keyboard.conf @@ -8,6 +8,7 @@ input { kb_model = kb_options = numlock_by_default = true + mouse_refocus=false # For United States # kb_layout = us diff --git a/README.md b/README.md index 87cadac..b9f0cfc 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Please watch the video on YouTube: https://youtu.be/kHG5czrQ7WA cd ~/Downloads # 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 cd dotfiles diff --git a/hypr/conf/keyboard.conf b/hypr/conf/keyboard.conf index 4cf1b6a..9a9b55d 100644 --- a/hypr/conf/keyboard.conf +++ b/hypr/conf/keyboard.conf @@ -9,6 +9,7 @@ input { kb_options = numlock_by_default = true follow_mouse = 1 + mouse_refocus=false touchpad { natural_scroll = false }