diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-03-31 18:43:50 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-03-31 18:43:50 +0100 |
| commit | 59f646d76832487f2ddcff3a7f27a36aad1436ef (patch) | |
| tree | 601c8fb5632e0dde3de4504b2b77b764ab76fc95 /dmenu_run | |
| parent | 0ee29efd768cfe7c2d79d1d254176b5be9019e90 (diff) | |
change font and colours in config.h
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 "^." ~/dmenu/include_dmenu | dmenu "$@" | ${SHELL:-"/bin/sh"} & +dmenu_path | grep -v -F "^." ~/.local/src/dmenu/include_dmenu | dmenu "$@" | ${SHELL:-"/bin/sh"} & |
