adjust gnome window management keymap

This commit is contained in:
Yan Lin 2025-10-27 15:33:38 +01:00
parent 968009bffb
commit af00015d69
2 changed files with 34 additions and 6 deletions

View file

@ -74,15 +74,15 @@ in
description = "AI for Material";
windows = [
{
name = "agent";
path = homePath "Documents/Projects/Material AI Agent";
name = "code";
path = homePath "Documents/Projects/Material AI Agent/code";
ai = true;
git = false;
shell = false;
git = true;
shell = true;
}
{
name = "mds";
path = homePath "Documents/Projects/Material Design Shortcut";
name = "";
path = homePath "Documents/Projects/Material AI Agent";
ai = true;
git = false;
shell = false;