Compare commits
2 commits
d57798d9d4
...
2ca8bd4463
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ca8bd4463 | |||
| e2118f80f3 |
2 changed files with 12 additions and 1 deletions
11
dotconfig/nvim/init.lua
Normal file
11
dotconfig/nvim/init.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
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 qwerty
|
||||
riverctl keyboard-layout eu
|
||||
|
||||
# Set keyboard repeat rate
|
||||
riverctl set-repeat 50 300
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue