From 5bfee405b17d9b5cc7133d17b44a7a27e1b5b69c Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 5 Mar 2015 15:55:36 +0100 Subject: Add metadata option to limit DRI access --- completion/xdg-app | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'completion') diff --git a/completion/xdg-app b/completion/xdg-app index 4b8479f..94e0bc8 100755 --- a/completion/xdg-app +++ b/completion/xdg-app @@ -56,7 +56,7 @@ _xdg-app() { comps=$(xdg-app $mode list-runtimes) ;; --allow|--forbid) - comps='x11 wayland ipc pulseaudio system-dbus session-dbus network host-fs homedir' + comps='x11 wayland ipc pulseaudio system-dbus session-dbus network host-fs homedir dri' ;; --branch|--subject|--body|--title) comps='' -- cgit v1.2.1