Update spacefm config

This commit is contained in:
2017-07-02 19:52:25 +05:30
parent d6c8eccbd4
commit 824b82049f
18 changed files with 701 additions and 3497 deletions
@@ -0,0 +1,3 @@
#!/bin/bash
squashfuse %f %a; spacefm %a
@@ -0,0 +1,3 @@
#!/bin/bash
@@ -0,0 +1,12 @@
#!/bin/bash
# Enter command to show properties or leave blank for auto:
# # Example:
# echo MOUNT
# mount | grep " on %a "
# echo
# echo PROCESSES
# /usr/bin/lsof -w "%a" | head -n 500
@@ -0,0 +1,25 @@
#!/bin/bash
# Imported Mount Command from SpaceFM 0.9:
udisksctl mount -b %v -o '%o'
# Enter mount command or leave blank for auto:
# # Examples: (remove # to enable a mount command)
#
# # udevil:
# udevil mount -o '%o' %v
#
# # pmount: (does not accept mount options)
# pmount %v
#
# # udisks v2:
# udisksctl mount -b %v -o '%o'
#
# # udisks v1: (enable all three lines!)
# fm_udisks=`udisks --mount %v --mount-options '%o' 2>&1`
# echo "$fm_udisks"
# [[ "$fm_udisks" = "${fm_udisks/ount failed:/}" ]]
@@ -0,0 +1,21 @@
#!/bin/bash
# Enter unmount command or leave blank for auto:
udisksctl unmount -b %v
# # Examples: (remove # to enable an unmount command)
#
# # udevil:
# udevil umount %v
#
# # pmount:
# pumount %v
#
# # udisks v2:
# udisksctl unmount -b %v
#
# # udisks v1: (enable all three lines!)
# fm_udisks=`udisks --unmount %v 2>&1`
# echo "$fm_udisks"
# [[ "$fm_udisks" = "${fm_udisks/ount failed:/}" ]]
@@ -0,0 +1,3 @@
#!/bin/bash
grep "%a" ~/.mtab.fuseiso
@@ -0,0 +1,5 @@
#!/bin/bash
# Mounting of iso files is performed by fuseiso in a file handler,
# not this device handler. Right-click on any file and select
# Open|File Handlers, and select Mount ISO to see this command.
@@ -0,0 +1,3 @@
#!/bin/bash
fusermount -u "%a"