diff options
| author | Blista Kanjo | 2022-09-01 20:03:35 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-09-01 20:03:35 -0400 |
| commit | a208eadd1289461bab82dd9554a2316898e7d23d (patch) | |
| tree | dc52940c6271490f2df6bd58f4edf9ec16f7b7df /misc/custom dmenu build/dmenu_run | |
| parent | 77051c67db148b81aadaa562dbbbfff9e5f69bef (diff) | |
refactor: organized the entire repo | feat: added pomodoro aliases inspired by bashbunni
Diffstat (limited to 'misc/custom dmenu build/dmenu_run')
| -rwxr-xr-x | misc/custom dmenu build/dmenu_run | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/custom dmenu build/dmenu_run b/misc/custom dmenu build/dmenu_run new file mode 100755 index 0000000..834ede5 --- /dev/null +++ b/misc/custom dmenu build/dmenu_run @@ -0,0 +1,2 @@ +#!/bin/sh +dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} & |
