File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
archlinux/install/hyprland/bin Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ launch_or_focus_and_pin() {
2424}
2525
2626case $( menu " LLM" " ChatGPT\n Gemini\n Claude\n LeChat\n Grok\n Meta" ) in
27- * ChatGPT* ) launch_or_focus_and_pin " PIN- ChatGPT" " https://chat.openai.com/" ;;
28- * Gemini* ) launch_or_focus_and_pin " PIN- Gemini" " https://gemini.google.com/" ;;
29- * Claude* ) launch_or_focus_and_pin " PIN- Claude" " https://claude.ai/" ;;
30- * LeChat* ) launch_or_focus_and_pin " PIN- LeChat" " https://chat.mistral.ai/chat" ;;
31- * Grok* ) launch_or_focus_and_pin " PIN- Grok" " https://grok.com/" ;;
32- * Meta* ) launch_or_focus_and_pin " PIN- Meta" " https://ai.meta.com/" ;;
27+ * ChatGPT* ) launch_or_focus_and_pin " ChatGPT" " https://chat.openai.com/" ;;
28+ * Gemini* ) launch_or_focus_and_pin " Gemini" " https://gemini.google.com/" ;;
29+ * Claude* ) launch_or_focus_and_pin " Claude" " https://claude.ai/" ;;
30+ * LeChat* ) launch_or_focus_and_pin " LeChat" " https://chat.mistral.ai/chat" ;;
31+ * Grok* ) launch_or_focus_and_pin " Grok" " https://grok.com/" ;;
32+ * Meta* ) launch_or_focus_and_pin " Meta" " https://ai.meta.com/" ;;
3333* ) exit ;;
3434esac
You can’t perform that action at this time.
0 commit comments