Merge branch 'main' of git.lucbijl.nl:luc/gentoo-desktop
This commit is contained in:
commit
2769ba02cd
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