From 7257a671e4014021d44c60b5049ab73a71452afc Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 19 May 2022 11:14:05 +0200 Subject: [PATCH] Revert "Remove network manager applet" This reverts commit b67bb428bf7e9ad84d12cd469777553b78042346. the networkmanager dmenu doesn't work (e.g. establishing vpn connection) if applet is not launched. --- home/windowManager/i3.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/windowManager/i3.nix b/home/windowManager/i3.nix index 15f9d6b..35e3f60 100644 --- a/home/windowManager/i3.nix +++ b/home/windowManager/i3.nix @@ -215,6 +215,10 @@ in { command = "eval $(ssh-agent)"; notification = false; } + { + command = "nm-applet"; + notification = false; + } ]; keybindings = {