Switch to qtile.

This commit is contained in:
Bartek Stalewski 2022-07-29 15:49:27 +02:00
parent 072f0ed604
commit 29788d6fec
75 changed files with 214 additions and 1 deletions

View file

@ -1,13 +0,0 @@
#!/bin/sh
cachedir="${XDG_CACHE_HOME:-"$HOME/.cache"}"
cache="$cachedir/dmenu_run"
[ ! -e "$cachedir" ] && mkdir -p "$cachedir"
IFS=:
if stest -dqr -n "$cache" $PATH; then
stest -flx $PATH | sort -u | tee "$cache"
else
cat "$cache"
fi