adding coolercontrol, updated kanata, updates wez keys
This commit is contained in:
parent
67248e038d
commit
6c3e172b45
6 changed files with 102 additions and 146 deletions
|
@ -5,7 +5,7 @@
|
|||
mpc
|
||||
nix-config.packages.x86_64-linux.rmpc-latest
|
||||
# termusic-patched
|
||||
termusic
|
||||
termusic-git
|
||||
];
|
||||
|
||||
services = {
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue