some fixes in hyprland

This commit is contained in:
2026-08-19 19:56:58 +02:00
parent 4207f91f5a
commit 6a9ae98c26
10 changed files with 517 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
-- config/input.lua
hl.config({
input = {
kb_layout = "de",
follow_mouse = 2,
float_switch_override_focus = 2,
numlock_by_default = true,
},
})
-- Per-device config for the G502
hl.device({
name = "logitech-gaming-mouse-g502",
sensitivity = 0.9,
})