

2·
1 month agoI use rofi for a fuzzy window searcher and it fixes that issue for me
I use rofi for a fuzzy window searcher and it fixes that issue for me
If . or /path/to/Script are not in your crontab’s PATH variable, it cannot find the script. If the script is in /path/to/Script, change your crontab to either:
*/1 * * * * cd /Path/To/Script && ./Script.sh
Or
*/1 * * * * /Path/To/Script/Script.sh
Also, “*/1” means every 1 minute and “*” means every minute, so the “/1” is unnecessary
I really like Tempo so far. I haven’t tried it in my car yet. But I’m missing a widget
check out fzf (install fzf and add (assuming bash)
eval "$(fzf --bash)"
to your .bashrc) Makes ctrl+r a superpower