summaryrefslogtreecommitdiffstats
path: root/system/xfsudo/README.Slackware
diff options
context:
space:
mode:
author Aaditya Bagga2014-09-22 17:03:04 +0200
committer Willy Sudiarto Raharjo2014-09-27 03:48:09 +0200
commitf35358cbe710b3b0fb226a1d168fd7386a5a6e99 (patch)
tree113c4dc7a5e583222bd790c1ba170e2fe9b57f4c /system/xfsudo/README.Slackware
parent4333af2aea9ffcddead587cd796bd5f73d789516 (diff)
downloadslackbuilds-f35358cbe710b3b0fb226a1d168fd7386a5a6e99.tar.gz
system/xfsudo: Updated for vesion 0.5.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/xfsudo/README.Slackware')
-rw-r--r--system/xfsudo/README.Slackware15
1 files changed, 15 insertions, 0 deletions
diff --git a/system/xfsudo/README.Slackware b/system/xfsudo/README.Slackware
new file mode 100644
index 0000000000..0624bcd0c1
--- /dev/null
+++ b/system/xfsudo/README.Slackware
@@ -0,0 +1,15 @@
+
+1) To create a right click entry in Thunar which will open the current directory with
+root privileges, following custom action (Edit -> Configure custom actions) can be added:
+
+Name: Thunar root
+Description: Open directory with root privileges in Thunar
+Command: xfsudo thunar %d
+
+2) Similarly to create a right click entry which will edit the current file with
+root privileges, following custom action can be added:
+
+Name: Edit as root
+Description: Edit file with root privileges in gvim
+Command: xfsudo gvim %f
+