adding coolercontrol, updated kanata, updates wez keys

This commit is contained in:
Matt Nish-Lapidus 2025-05-30 11:50:00 -04:00
parent 67248e038d
commit 6c3e172b45
6 changed files with 102 additions and 146 deletions

View file

@ -178,6 +178,15 @@ config.keys = {
}
}
for i = 1, 8 do
-- CTRL + number to activate that tab
table.insert(config.keys, {
key = tostring(i),
mods = 'CTRL',
action = act.ActivateTab(i - 1),
})
end
tabline.setup({
options = {
theme_overrides = {