From f02495031de72316cbaddaf3ce89364ea8a0f2dc Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 18 Oct 2022 07:45:40 +0200 Subject: [PATCH] Remove unneeded and removed clipit --- home/windowManager/i3.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/home/windowManager/i3.nix b/home/windowManager/i3.nix index 4b55162..6d60903 100644 --- a/home/windowManager/i3.nix +++ b/home/windowManager/i3.nix @@ -181,10 +181,6 @@ in { command = "numlockx off"; notification = false; } - { - command = "clipit"; - notification = false; - } { command = "nm-applet"; notification = false;