Add symlink action for thunar
This commit is contained in:
parent
8cac1f57ad
commit
2862a2ee8e
@ -13,6 +13,7 @@
|
||||
(gtk_accel_path "<Actions>/ThunarWindow/new-window" "")
|
||||
; (gtk_accel_path "<Actions>/ThunarWindow/clear-directory-specific-settings" "")
|
||||
(gtk_accel_path "<Actions>/ThunarWindow/close-window" "")
|
||||
; (gtk_accel_path "<Actions>/ThunarBookmarks/ac3bbb1429c4180d34b90e935eaeaa7b" "")
|
||||
(gtk_accel_path "<Actions>/ThunarWindow/open-parent" "")
|
||||
; (gtk_accel_path "<Actions>/ThunarWindow/view-side-pane-menu" "")
|
||||
; (gtk_accel_path "<Actions>/ThunarStatusBar/toggle-size-in-bytes" "")
|
||||
|
@ -35,4 +35,20 @@
|
||||
<startup-notify/>
|
||||
<directories/>
|
||||
</action>
|
||||
<action>
|
||||
<icon>link</icon>
|
||||
<name>Symlink erstellen</name>
|
||||
<submenu></submenu>
|
||||
<unique-id>1676990164646243-1</unique-id>
|
||||
<command>ln -Ts %f %n" (symlink)"</command>
|
||||
<description>Symbolischen Link erstellen</description>
|
||||
<range>*</range>
|
||||
<patterns>*</patterns>
|
||||
<directories/>
|
||||
<audio-files/>
|
||||
<image-files/>
|
||||
<other-files/>
|
||||
<text-files/>
|
||||
<video-files/>
|
||||
</action>
|
||||
</actions>
|
||||
|
Loading…
Reference in New Issue
Block a user