some small changes and updates

This commit is contained in:
Honney
2026-08-15 23:48:11 +02:00
parent 0db513c848
commit 704df2f325
4 changed files with 57 additions and 9 deletions
+13
View File
@@ -31,4 +31,17 @@ if HOSTNAME == "honney-main" then
kb_layout = "us",
}
})
end
-- To find the device names: hyprctl devices -j
hl.device({
name = "evision-rgb-keyboard",
kb_layout = "us"
})
for i = 1, 9 do
hl.device({
name = "evision-rgb-keyboard-" .. tostring(i),
kb_layout = "us"
})
end