From 4f55f5817fd4c35eb9217452a378a546183614aa Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Wed, 28 Feb 2024 17:01:05 +0100 Subject: [PATCH] Updates --- .install/templates/keyboard.conf | 1 + README.md | 2 +- hypr/conf/keyboard.conf | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) 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 }