diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-06-23 16:34:46 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-06-23 16:34:46 +0100 |
| commit | e0d22d49c48ae301b4cb3e86dfc528859bcca001 (patch) | |
| tree | 0adc98101e729365c76a58adba1770237116bbc9 /dmenu_run | |
| parent | 59f646d76832487f2ddcff3a7f27a36aad1436ef (diff) | |
change colours
Diffstat (limited to 'dmenu_run')
| -rw-r--r-- | dmenu_run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ #!/bin/sh -dmenu_path | grep -v -F "^." ~/.local/src/dmenu/include_dmenu | dmenu "$@" | ${SHELL:-"/bin/sh"} & +cat ~/.local/src/dmenu/include_dmenu | dmenu "$@" | ${SHELL:-"/bin/sh"} & |
