This commit is contained in:
2026-04-29 20:25:55 +02:00
parent a60f923e59
commit 417d48f0f5
15 changed files with 63 additions and 110 deletions
@@ -18,7 +18,7 @@ Singleton {
id: process
running: false
command: ["ghostty", "+new-window", "-e", "btop"]
command: ["kitty-floating", "-e", "btop"]
}
}
@@ -39,7 +39,7 @@ Singleton {
function openNote(path) {
recentNotePath = path;
Quickshell.execDetached(["ghostty", "+new-window", "-e", "helix", path]);
Quickshell.execDetached(["kitty-floating", "-e", "helix", path]);
}
function openRecent() {