about summary refs log tree commit diff stats
path: root/hm/soispha/pkgs/scripts/wrappers/neorg
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-10-27 21:38:34 +0200
committerSoispha <soispha@vhack.eu>2023-10-27 21:38:34 +0200
commit81ab30ed224bfaf354985d696a70d8f6e4a5e404 (patch)
tree0c7190053dd113dc623090ca354bb29a07f3b1d3 /hm/soispha/pkgs/scripts/wrappers/neorg
parentfeat(hm/wms/river/keys): Use rofi in the mappings (diff)
downloadnixos-config-81ab30ed224bfaf354985d696a70d8f6e4a5e404.tar.gz
nixos-config-81ab30ed224bfaf354985d696a70d8f6e4a5e404.zip
fix(hm/pkgs/src/neorg): Fix typo
Diffstat (limited to '')
-rwxr-xr-xhm/soispha/pkgs/scripts/wrappers/neorg2
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/pkgs/scripts/wrappers/neorg b/hm/soispha/pkgs/scripts/wrappers/neorg
index 8b10f3ef..af8d990d 100755
--- a/hm/soispha/pkgs/scripts/wrappers/neorg
+++ b/hm/soispha/pkgs/scripts/wrappers/neorg
@@ -144,7 +144,7 @@ PROJECT_open_context_in_browser() {
 # }}}
 # Dmenu {{{
 DMENU_open_context_in_browser() {
-    project="$(echo "%ALL_POJECTS_PIPE" | rofi -sep "|" -dmenu)";
+    project="$(echo "%ALL_PROJECTS_PIPE" | rofi -sep "|" -dmenu)";
     if [ "$project" ]; then
         PROJECT_open_context_in_browser "$current_context";
     else