From 84f15724fd2e18e539c2d980772f5edc7e367880 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 12 Jul 2022 10:22:29 +0200 Subject: [PATCH] Execute numlockx off This is necessary when using external bluetooth keyboard. I didn't see any drawbacks, so let's keep it. --- home/windowManager/i3.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/windowManager/i3.nix b/home/windowManager/i3.nix index 572a31b..6f8570c 100644 --- a/home/windowManager/i3.nix +++ b/home/windowManager/i3.nix @@ -173,6 +173,10 @@ in { startup = [ # Start programs / applets + { + command = "numlockx off"; + notification = false; + } { command = "clipit"; notification = false;