feat: généraliser workspace-run pour ouvrir terminal ou éditeur dans le dossier du workspace

- Remplace workspace-term.sh par workspace-run.sh (commande en paramètre)
- mod+Return → sakura, mod+Shift+Return → zeditor

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Pierre Martin
2026-03-24 17:29:43 +01:00
parent aa3fb5c5fe
commit cf97b1cd0b
3 changed files with 28 additions and 5 deletions

View File

@@ -14,8 +14,8 @@
source = ./files/stt-dictate.sh;
executable = true;
};
home.file.".local/bin/workspace-term" = {
source = ./files/workspace-term.sh;
home.file.".local/bin/workspace-run" = {
source = ./files/workspace-run.sh;
executable = true;
};