Compare commits

...

2 Commits

2 changed files with 48 additions and 2 deletions

View File

@@ -122,7 +122,8 @@ Always respond in Markdown. Use headings, lists, and bold text for clarity.
5. **Action:** Reads the content from `00-Meta/Templates/[Language] Class Template.md`. 5. **Action:** Reads the content from `00-Meta/Templates/[Language] Class Template.md`.
6. **Action:** Reads the content from `10-Input/Classes/[Language]_Homework.md`. 6. **Action:** Reads the content from `10-Input/Classes/[Language]_Homework.md`.
7. **Action:** Injects the homework content into the `# Last Weeks Homework` section of the template content. 7. **Action:** Injects the homework content into the `# Last Weeks Homework` section of the template content.
8. **Action:** Writes the combined content to the newly created `10-Input/Classes/[Language] Class_YYYY-MM-DD.md` file. 8. **Action (Japanese Specific):** For Japanese notes, ensures the identifier "79674766584:0173" is at the very top of the file.
9. **Action:** Writes the combined content to the newly created `10-Input/Classes/[Language] Class_YYYY-MM-DD.md` file.
### Self-Recorded Memories ### Self-Recorded Memories
@@ -174,7 +175,8 @@ Always respond in Markdown. Use headings, lists, and bold text for clarity.
5. **Action:** Reads the content from `00-Meta/Templates/[Language] Class Template.md`. 5. **Action:** Reads the content from `00-Meta/Templates/[Language] Class Template.md`.
6. **Action:** Reads the content from `10-Input/Classes/[Language]_Homework.md`. 6. **Action:** Reads the content from `10-Input/Classes/[Language]_Homework.md`.
7. **Action:** Injects the homework content into the `# Last Weeks Homework` section of the template content. 7. **Action:** Injects the homework content into the `# Last Weeks Homework` section of the template content.
8. **Action:** Writes the combined content to the newly created `10-Input/Classes/[Language] Class_YYYY-MM-DD.md` file. 8. **Action (Japanese Specific):** For Japanese notes, ensures the identifier "79674766584:0173" is at the very top of the file.
9. **Action:** Writes the combined content to the newly created `10-Input/Classes/[Language] Class_YYYY-MM-DD.md` file.
- **[Memory/Workflow Name]:** Language Note Location Convention - **[Memory/Workflow Name]:** Language Note Location Convention
- **Value:** Language input notes are consistently stored within the `10-Input/Classes/` folder. This simplifies retrieval and processing workflows. - **Value:** Language input notes are consistently stored within the `10-Input/Classes/` folder. This simplifies retrieval and processing workflows.

View File

@@ -0,0 +1,44 @@
### 1. System Essentials
| Keybinding | Action | Purpose |
| :--- | :--- | :--- |
| $mod + Enter | **Open Terminal** | Launch Kitty. |
| $mod + d | **App Launcher** | Open Rofi (fuzzy search). |
| $mod + Shift + q | **Kill Window** | Close the focused application. |
| $mod + Shift + r | **Restart i3** | Hot-reload config changes. |
| $mod + Shift + e | **Exit i3** | Log out of the session. |
### 2. Navigation & Movement
| Keybinding | Action |
| :--- | :--- |
| $mod + [Arrows] | **Change Focus** between windows. |
| $mod + Shift + [Arrows] | **Move Window** to a different position in the grid. |
| $mod + [0-9] | **Switch Workspace** (1-10). |
| $mod + Shift + [0-9] | **Move Window** to a specific workspace. |
### 3. Layout Control
| Keybinding | Action | Logical State |
| :--- | :--- | :--- |
| $mod + h | **Horizontal Split** | Next window opens to the **right**. |
| $mod + v | **Vertical Split** | Next window opens **below**. |
| $mod + f | **Fullscreen** | Toggle focus window to fill the monitor.|
| $mod + s | **Stacking** | Only title bars visible, stacked. |
| $mod + w | **Tabbed** | Browser-style tabs at top of container. |
| $mod + e | **Toggle Tiling** | Return to the default split view. |
| $mod + Shift + Space | **Floating** | Toggle window out of the grid. |
### 4. Advanced Workflow
* **Resize Mode ($mod + r)**:
1. Press `$mod + r` (Border turns color).
2. Use **Arrows** to resize.
3. Press **Enter** or **Esc** to exit.
* **The Scratchpad**:
* `$mod + Shift + Minus (-)` : Send window to the "hidden" layer.
* `$mod + Minus (-)` : Summon/Cycle through scratchpad windows.
---
### 📂 Key Configuration Paths
* **i3 Config**: `~/.config/i3/config`
* **Zsh Config**: `~/.zshrc`
* **Yazi Config**: `~/.config/yazi/yazi.toml`
* **Micro Config**: `~/.config/micro/settings.json`