config 527 B

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