aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/scripts/events-idle
blob: 1ec1e1010beffa9980e936750cc4ac495be02278 (plain)
1
2
3
4
5
6
7
#!/bin/sh -eux

# update file search cache
"$HOME"/.local/bin/scripts/file-search update;

# update dmenu_run_history
"$HOME"/.local/bin/dmenu_run_history update;