auto recognize i3 config and utilize volume knob by lowering volume control in i3
parent
157ad85b50
commit
681a0f19f8
@ -0,0 +1,6 @@
|
||||
-- recognize i3 config from dotfiles
|
||||
--
|
||||
vim.api.nvim_create_autocmd({"BufRead","BufNewFile"}, {
|
||||
pattern = {"*/i3/*.conf"},
|
||||
command = "set filetype=i3config",
|
||||
})
|
@ -1,2 +1,5 @@
|
||||
L2
|
||||
L3
|
||||
Pset
|
||||
Kalynn
|
||||
Appt
|
||||
|
Binary file not shown.
@ -0,0 +1 @@
|
||||
Subproject commit 6580cf539c33a212f4f5542068a3b4dd2b3ad834
|
Loading…
Reference in New Issue