some fixes in hyprland
This commit is contained in:
@@ -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,
|
||||
})
|
||||
Reference in New Issue
Block a user