Fix LC_* stuff and passgen (horcruxing); Add delay and side-view mode to bspwm

This commit is contained in:
Tobias Reisinger 2021-02-23 16:33:23 +01:00
parent daef727a61
commit eca7cebedd
7 changed files with 43 additions and 22 deletions
.local/bin

View file

@ -1,7 +1,4 @@
#!/usr/bin/env sh
xkcdpass_res=$(xkcdpass --numwords=13 --delimiter=_ --case=capitalize)
shuf_res=$(shuf -i 100000-999999 -n1)
echo ${xkcdpass_res}_${shuf_res}
xkcdpass_res=$(xkcdpass --numwords=13 --case=capitalize)
echo ${xkcdpass_res}