some small changes and updates
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user