diff options
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index f6fb6d4..23f4258 100644 --- a/config.h.in +++ b/config.h.in @@ -34,6 +34,13 @@ #define DFM_BOOKMARK_9 "" // +// Default privilege escalation utiliy. +// This is used to become root in dfm (default 'Z'). +// Values: "sudo", "doas", "ssu", "su", "run0", etc +// +#define DFM_SU "sudo" + +// // Default image viewer. // The command is executed as follows: // 'arg0' 'arg1' '{col}x{row}' 'img' |