(Laptop) Gen 9: fixed up laptop config files to fit the environment better, added keyd

This commit is contained in:
pagedMov
2024-10-12 04:32:30 -04:00
parent 978b469ab6
commit 8b0593d436
50 changed files with 77 additions and 969 deletions

View File

@@ -1,24 +0,0 @@
{
autoCmd = [
{
command = "FloatermNew --wintype=float --name=shadeterm --position=topright --autoclose=0 --silent --cwd=<buffer> --titleposition=left zsh";
event = [ "VimEnter" ];
pattern = [ "*" ];
}
{
command = "silent! mkview";
event = [ "BufWinLeave" ];
pattern = [ "*" ];
}
{
command = "silent! !aplay ~/sound/sys/cd.wav > /dev/null 2>&1 &";
event = [ "BufWinLeave" ];
pattern = [ "*" ];
}
{
command = "silent! loadview";
event = [ "BufWinEnter" ];
pattern = [ "*" ];
}
];
}