fixes notes entry
This commit is contained in:
parent
747274e455
commit
9289e2ade2
1 changed files with 2 additions and 7 deletions
|
|
@ -24,16 +24,11 @@
|
|||
exec = "${config.home.homeDirectory}/.config/fuzzel/bin/fuzzel-projects.sh";
|
||||
icon = "multitasking-view";
|
||||
};
|
||||
close-project = {
|
||||
type = "Application";
|
||||
name = "Close Project";
|
||||
exec = "${config.home.homeDirectory}/.config/fuzzel/bin/fuzzel-cliphist.sh";
|
||||
icon = "org.gnome.SoundRecorder";
|
||||
};
|
||||
notes = {
|
||||
type = "Application";
|
||||
name = "Notes";
|
||||
exec = "ghostty --working-directory ${config.home.homeDirectory}/notes -e nvim -c \":lua Snacks.picker(\"files\")\"";
|
||||
terminal = true;
|
||||
exec = "ghostty --working-directory=${config.home.homeDirectory}/notes -e nvim -c \":lua Snacks.picker(\\"files\\")\"";
|
||||
icon = "gnotes";
|
||||
};
|
||||
lock = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue