This commit is contained in:
2026-05-23 17:12:20 +02:00
commit 94efaa6d56
7 changed files with 97 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
-- This file will not be overwritten across dots-hyprland updates.
-- The file name is for the sake of organization and does not matter
-- See the corresponding files in ~/.config/hypr/hyprland for examples
if is_file_exists(HOME .. "/.config/hypr/monitors.lua") then
require("monitors")
end
hl.config({
input = {
kb_layout = "de",
numlock_by_default = true,
repeat_delay = 250,
repeat_rate = 35,
follow_mouse = 1,
off_window_axis_events = 2,
accel_profile = "flat",
touchpad = {
natural_scroll = true,
disable_while_typing = true,
clickfinger_behavior = true,
scroll_factor = 0.5
}
}
})