aboutsummaryrefslogtreecommitdiff
path: root/dmenu_run
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-03-31 18:43:50 +0100
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-03-31 18:43:50 +0100
commit59f646d76832487f2ddcff3a7f27a36aad1436ef (patch)
tree601c8fb5632e0dde3de4504b2b77b764ab76fc95 /dmenu_run
parent0ee29efd768cfe7c2d79d1d254176b5be9019e90 (diff)
change font and colours in config.h
Diffstat (limited to 'dmenu_run')
-rw-r--r--dmenu_run2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu_run b/dmenu_run
index 7a2a1cc..7713ca7 100644
--- a/dmenu_run
+++ b/dmenu_run
@@ -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"} &