Add catfish search

This commit is contained in:
RealStickman 2022-10-23 11:26:53 +02:00
parent e15bee10e2
commit 7b6f776c16
2 changed files with 11 additions and 0 deletions

View File

@ -72,6 +72,7 @@
; (gtk_accel_path "<Actions>/ThunarWindow/close-all-windows" "<Primary><Shift>w")
; (gtk_accel_path "<Actions>/ThunarWindow/open-trash" "")
; (gtk_accel_path "<Actions>/ThunarLauncher/restore" "")
(gtk_accel_path "<Actions>/ThunarActions/uca-action-1666516933235505-2" "<Primary>f")
; (gtk_accel_path "<Actions>/ThunarWindow/open-desktop" "")
; (gtk_accel_path "<Actions>/ThunarBookmarks/3cb76eced52269e016bf542f6d20d431" "")
; (gtk_accel_path "<Actions>/ThunarBookmarks/5caba42e6e499cffb764588ae50172ca" "")

View File

@ -10,4 +10,14 @@
<startup-notify/>
<directories/>
</action>
<action>
<icon>preferences-system-search</icon>
<name>Search</name>
<unique-id>1666516933235505-2</unique-id>
<command>catfish --path=%f</command>
<description>Search for files and folders</description>
<patterns>*</patterns>
<startup-notify/>
<directories/>
</action>
</actions>