Releases: diced/dlauncher
Releases · diced/dlauncher
v0.1.2 Performance & fixes
v0.1.1 Scripts
This update brings scripts into Dlauncher, which are obviously little scripts you can put inside of ~/.config/dlauncher/scripts
to do small actions.
Heres a small script that just opens google.com
#!/bin/sh
# Script
# Name Open google
# Desc
# Icon-themed google
xdg-open "https://google.com"
The metadata for scripts are inside of the comments.
Full Changelog: v0.1.0...v0.1.1
v0.1.0 First Release!
initial