fix hyprland folder
This commit is contained in:
20
.config/hypr/hyprland/input.lua
Normal file
20
.config/hypr/hyprland/input.lua
Normal file
@@ -0,0 +1,20 @@
|
||||
hl.config({
|
||||
cursor = {
|
||||
no_hardware_cursors = 0,
|
||||
},
|
||||
|
||||
input = {
|
||||
kb_layout = "de",
|
||||
kb_variant = "",
|
||||
kb_model = "",
|
||||
kb_options = "",
|
||||
kb_rules = "",
|
||||
|
||||
numlock_by_default = true,
|
||||
|
||||
follow_mouse = 2,
|
||||
sensitivity = 0
|
||||
},
|
||||
|
||||
gestures = {}
|
||||
})
|
||||
Reference in New Issue
Block a user