.
This commit is contained in:
parent
034e8470f1
commit
dabcd390ef
2 changed files with 7 additions and 0 deletions
|
|
@ -68,3 +68,9 @@ vim.api.nvim_create_autocmd("BufWritePost", {
|
||||||
vim.cmd("restart")
|
vim.cmd("restart")
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
vim.filetype.add({
|
||||||
|
extension = {
|
||||||
|
kbd = "lisp",
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
|
||||||
|
|
@ -274,6 +274,7 @@ exec udiskie -t
|
||||||
exec swaylock
|
exec swaylock
|
||||||
exec tuxedo-control-center --tray
|
exec tuxedo-control-center --tray
|
||||||
exec swaykbdd
|
exec swaykbdd
|
||||||
|
exec kanata -n
|
||||||
exec wl-paste --watch cliphist store
|
exec wl-paste --watch cliphist store
|
||||||
exec wl-paste -p --watch cliphist store
|
exec wl-paste -p --watch cliphist store
|
||||||
exec wl-paste --type image --watch cliphist store
|
exec wl-paste --type image --watch cliphist store
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue