From 79eb4385bd34e8ee06b35637f092ee45dc3e3706 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 14 Mar 2026 09:31:51 +0200 Subject: dfm: Add privilege escalation. Pressing 'Z' (default) will spawn a nested dfm by escalating privileges using the value of DFM_SU (default 'sudo'). Pressing 'Z' again inside of this escalated mode returns to the original dfm. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 90710c6..3515ec8 100755 --- a/configure +++ b/configure @@ -19,7 +19,7 @@ # Program configuration. # export CFG_NAME=dfm -export CFG_VERSION=1.0.0 +export CFG_VERSION=1.0.1 export c_version=c99 # -- cgit v1.2.3