mirror of
https://github.com/harish2704/dotFiles.git
synced 2026-09-10 15:21:09 +00:00
Update spacefm config
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user