123456789101112131415161718 |
- # config file for pacmenu
- # https://notabug.org/ohnonot/pacmenu
- # config options and their defaults
- #cache_dir="/var/cache/pacmenu"
- # command line option -c
- # Cache directory. Applies to -m and -u options. In it, the files packages
- # and paths are created.
- #launch_cmd="/usr/bin/dmenu -l 22"
- # command line option -l
- #terminal_cmd="$TERMINAL"
- # command line option -t
- # Terminal emulator for final command. Not given, the script uses $TERMINAL,
- # if defined. To force direct execution w/o terminal, supply an empty string.
|