mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
6e628cb71e
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
14 lines
549 B
Text
14 lines
549 B
Text
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) To create a right click entry in Thunar which will edit the current file with
|
|
root privileges, following custom action (Edit -> Configure custom actions) can be added:
|
|
|
|
Name: Edit as root
|
|
Description: Edit file with root privileges in gvim
|
|
Command: xfsudo gvim %f
|
|
|