Add action for catfish

This commit is contained in:
Fierelier 2022-11-07 02:20:22 +01:00
parent 0fd5504e3e
commit 37b4356877
2 changed files with 11 additions and 0 deletions

View File

@ -65,6 +65,7 @@
; (gtk_accel_path "<Actions>/ThunarWindow/open-trash" "") ; (gtk_accel_path "<Actions>/ThunarWindow/open-trash" "")
; (gtk_accel_path "<Actions>/ThunarLauncher/restore" "") ; (gtk_accel_path "<Actions>/ThunarLauncher/restore" "")
; (gtk_accel_path "<Actions>/ThunarWindow/open-desktop" "") ; (gtk_accel_path "<Actions>/ThunarWindow/open-desktop" "")
(gtk_accel_path "<Actions>/ThunarActions/uca-action-1667782729525107-1" "<Primary>f")
; (gtk_accel_path "<Actions>/ThunarStandardView/create-folder" "<Primary><Shift>n") ; (gtk_accel_path "<Actions>/ThunarStandardView/create-folder" "<Primary><Shift>n")
; (gtk_accel_path "<Actions>/ThunarWindow/open-location" "<Primary>l") ; (gtk_accel_path "<Actions>/ThunarWindow/open-location" "<Primary>l")
; (gtk_accel_path "<Actions>/ThunarWindow/view-menubar" "<Primary>m") ; (gtk_accel_path "<Actions>/ThunarWindow/view-menubar" "<Primary>m")

View File

@ -10,4 +10,14 @@
<startup-notify/> <startup-notify/>
<directories/> <directories/>
</action> </action>
<action>
<icon>system-search</icon>
<name>Search</name>
<unique-id>1667782729525107-1</unique-id>
<command>catfish %f</command>
<description></description>
<patterns>*</patterns>
<startup-notify/>
<directories/>
</action>
</actions> </actions>