Skip to content
Snippets Groups Projects
Commit 10cf5a0c authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

Add osd-run

parent 4a8bcdf9
Branches
No related tags found
No related merge requests found
osdd-run 0 → 100755
#/bin/bash
cd "$(dirname "$0")"
killall osdd
pkill -f not2osd
not2osd &
tmp=$(mktemp)
echo "Xft.render: False" > $tmp
XENVIRONMENT=$tmp ./osdd -D | bash
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment