Compare commits
No commits in common. "2ca8bd4463d6d8dd222f323d990d9111d9ea0b3e" and "d57798d9d4d0a7d77aa8ff181465ecd69e8b34b6" have entirely different histories.
2ca8bd4463
...
d57798d9d4
2 changed files with 1 additions and 12 deletions
|
|
@ -1,11 +0,0 @@
|
|||
local options = {
|
||||
number = true,
|
||||
relativenumber = true,
|
||||
tabstop = 4,
|
||||
shiftwidth = 4,
|
||||
expandtab = true
|
||||
}
|
||||
|
||||
for k, v in pairs (options) do
|
||||
vim.opt[k] = v
|
||||
end
|
||||
|
|
@ -23,7 +23,7 @@ openrc -U h
|
|||
## Device input settings ##
|
||||
|
||||
# Keyboard layout
|
||||
riverctl keyboard-layout eu
|
||||
riverctl keyboard-layout qwerty
|
||||
|
||||
# Set keyboard repeat rate
|
||||
riverctl set-repeat 50 300
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue