changed to setup script to /etc/skel
This commit is contained in:
20
arch_check/.config/hypr/conf/keyboard.conf
Normal file
20
arch_check/.config/hypr/conf/keyboard.conf
Normal file
@@ -0,0 +1,20 @@
|
||||
# -----------------------------------------------------
|
||||
# Keyboard Layout
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#input
|
||||
# -----------------------------------------------------
|
||||
|
||||
input {
|
||||
kb_layout = us
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_options =
|
||||
numlock_by_default = true
|
||||
follow_mouse = 1
|
||||
mouse_refocus=false
|
||||
touchpad {
|
||||
natural_scroll = false
|
||||
scroll_factor = 1.0 # Touchpad scroll factor
|
||||
disable_while_typing = false
|
||||
}
|
||||
sensitivity = 0 # Pointer speed: -1.0 - 1.0, 0 means no modification.
|
||||
}
|
||||
Reference in New Issue
Block a user