Browse Source

use catfish as the search tool

master
Markus Brechtel 5 years ago
parent
commit
9bd1bf988c
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      tasks/desktop_apps.yaml
  2. +1
    -1
      templates/xfce4-panel.xml.j2

+ 1
- 0
tasks/desktop_apps.yaml View File

@@ -26,3 +26,4 @@
- gimp-help-de
- audacity
- notify-osd
- catfish

+ 1
- 1
templates/xfce4-panel.xml.j2 View File

@@ -55,7 +55,7 @@
<property name="show-button-type" type="int" value="2"/>
<property name="show-icons" type="bool" value="true"/>
<property name="button-label" type="string" value=""/>
<property name="search-cmd" type="string" value="gnome-search-tool"/>
<property name="search-cmd" type="string" value="catfish"/>
<property name="mount-open-volumes" type="bool" value="true"/>
<property name="show-volumes" type="bool" value="true"/>
<property name="show-bookmarks" type="bool" value="true"/>


Loading…
Cancel
Save