clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

apps

sspaeti 62a3182b d2e26ef4

+1 -11
+1 -1
linux_applications/.local/share/applications/claude-code-url-handler.desktop
··· 1 1 [Desktop Entry] 2 2 Name=Claude Code URL Handler 3 3 Comment=Handle claude-cli:// deep links for Claude Code 4 - Exec="/home/sspaeti/.local/bin/claude" --handle-uri %u 4 + Exec="/opt/claude-code/bin/claude" --handle-uri %u 5 5 Type=Application 6 6 NoDisplay=true 7 7 MimeType=x-scheme-handler/claude-cli;
-10
linux_applications/.local/share/applications/typora.desktop
··· 1 - [Desktop Entry] 2 - Name=Typora 3 - GenericName=Markdown Editor 4 - Exec=typora --enable-wayland-ime %U 5 - Icon=typora 6 - Type=Application 7 - StartupNotify=true 8 - Categories=Office;WordProcessor; 9 - MimeType=text/markdown;text/x-markdown; 10 -