You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Christoph Cullmann 5bb7e9cfcf Add --wmclass argument to linux completion files 7 years ago
..
README.md
_falkon Add --wmclass argument to linux completion files 7 years ago
falkon Add --wmclass argument to linux completion files 7 years ago

README.md

Shell completion files

  • falkon - bash completion file
  • _falkon - zsh completion file

Bash completion file will be automatically installed with make install into /usr/share/bash-completion/completions

To install zsh completion file, either manually copy it to proper directory (one directory from $fpath), or run this command:

cp _falkon "`echo $fpath | cut -d' ' -f1`/_falkon"