From 5bb7e9cfcfffafd07aca287d8d0fa6c705299522 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 2 Feb 2019 16:24:21 +0100 Subject: [PATCH] Add --wmclass argument to linux completion files Reviewers: #falkon, drosca Reviewed By: #falkon, drosca Subscribers: cullmann, falkon Tags: #falkon Differential Revision: https://phabricator.kde.org/D18667 --- linux/completion/_falkon | 1 + linux/completion/falkon | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/linux/completion/_falkon b/linux/completion/_falkon index 1076b1afb..017ab9f52 100644 --- a/linux/completion/_falkon +++ b/linux/completion/_falkon @@ -19,6 +19,7 @@ opts=( '(-)'{-r,--no-remote}'[open new browser instance]' '(-)'{-c,--current-tab=}'[open URL in current tab]' '(-)'{-u,--open-window=}'[open URL in new window]' + '--wmclass[application class (X11 only)]' '*:files:_files' ) diff --git a/linux/completion/falkon b/linux/completion/falkon index 27ea14506..1b4f0f609 100644 --- a/linux/completion/falkon +++ b/linux/completion/falkon @@ -11,7 +11,7 @@ _falkon() -e --no-extensions -o --portable -t --new-tab -w --new-window -i --private-browsing -d --download-manager -f --fullscreen -r --no-remote -c --current-tab= - -u --open-window=" + -u --open-window= --wmclass" if [[ ${cur} == -* ]] ; then COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )