1 diff --git a/dmensamenu/dmensamenu.py b/dmensamenu/dmensamenu.py
2 index 7df49f2..052ef1b 100644
3 --- a/dmensamenu/dmensamenu.py
4 +++ b/dmensamenu/dmensamenu.py
5 @@ -99,7 +99,7 @@ def main():
6 parser.add_argument('--city',
7 help='When searching for a canteen, only show the ones from the city specified'
8 +' (case-insensitive).')
9 - parser.add_argument('--dmenu', metavar='CMD', default='dmenu -i -l "$lines" -p "$date"',
10 + parser.add_argument('--dmenu', metavar='CMD', default='@dmenu@/bin/dmenu -i -l "$lines" -p "$date"',
11 help='Command to execute. '
12 'Can be used to pass custom parameters to dmenu. '
13 'The shell variable $lines will be set to the number of items on the menu '