From c35be51dd40fd0135850fa99b06eb15a4dfea01d Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sat, 30 Mar 2024 17:58:24 -0400 Subject: [PATCH] FIX wifi password lookup fail --- lib/XMonad/Internal/Command/Desktop.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/XMonad/Internal/Command/Desktop.hs b/lib/XMonad/Internal/Command/Desktop.hs index f01c65a..70ac94b 100644 --- a/lib/XMonad/Internal/Command/Desktop.hs +++ b/lib/XMonad/Internal/Command/Desktop.hs @@ -279,12 +279,12 @@ runNotificationContext = -------------------------------------------------------------------------------- -- System commands --- this is required for some vpn's to work properly with network-manager +-- needed to lookup/prompt for passwords/keys for wifi connections and some VPNs runNetAppDaemon :: Maybe NamedSysConnection -> Sometimes (XIO (P.Process () () ())) runNetAppDaemon cl = Sometimes "network applet" - xpfVPN + (\x -> xpfVPN x || xpfWireless x) [Subfeature (DBusRoot_ cmd tree cl) "NM-applet"] where tree = toAnd_ app $ Bus networkManagerPkgs networkManagerBus