Skip to content

Releases: diced/dlauncher

v0.1.2 Performance & fixes

03 Jul 21:19
fbabbdd
Compare
Choose a tag to compare

Time to open window when calling dlauncher-toggle is basically instantaneous instead of before taking a second or two.

v0.1.1 Scripts

24 May 04:57
74d8e30
Compare
Choose a tag to compare

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!

20 May 03:29
c0694e3
Compare
Choose a tag to compare