Skip to content

Commit

Permalink
config(vrsjmp): Use Deta
Browse files Browse the repository at this point in the history
  • Loading branch information
leoshimo committed Feb 15, 2025
1 parent 5f4a3af commit 9afcf56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/vrsjmp.ll
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,9 @@
"Returns list of static vrsjmp items"
(+
# app launcher
(list (make_item_ex "Browser" '(open_app "Safari") 'b)
(list
(make_item_ex "Browser" '(open_app "Surf") 'b)
(make_item_ex "Deta" '(open_app "Deta"))
(make_item_ex "Terminal" '(open_app "Ghostty") 't) # 👻
# (make_item "Terminal" '(open_app "Alacritty"))
(make_item "Things" '(open_app "Things3"))
Expand Down

0 comments on commit 9afcf56

Please sign in to comment.