This commit is contained in:
2026-04-14 22:57:32 +02:00
parent 7f41488da6
commit 1f52782226
33 changed files with 168 additions and 85 deletions
@@ -22,7 +22,7 @@ Text {
id: action
running: false
command: ["rofi", "-show", "drun"]
command: ["vicinae", "toggle"]
}
}
@@ -39,7 +39,7 @@ Singleton {
function openNote(path) {
recentNotePath = path;
Quickshell.execDetached(["ghostty", "+new-window", "-e", "nvim", path]);
Quickshell.execDetached(["ghostty", "+new-window", "-e", "helix", path]);
}
function openRecent() {