From a8435b28460ba8b3ab785f1a19875f6ca181746e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Wed, 21 Dec 2022 14:02:07 +0100 Subject: [PATCH] fix: disable followMouse --- hosts/neodymium/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hosts/neodymium/configuration.nix b/hosts/neodymium/configuration.nix index 8e4ba1e..9b54df6 100644 --- a/hosts/neodymium/configuration.nix +++ b/hosts/neodymium/configuration.nix @@ -82,6 +82,8 @@ in pwgen neovim + dconf + baobab pavucontrol @@ -262,6 +264,9 @@ in floating = { border = 0; }; + focus = { + followMouse = "no"; + }; startup = [ { command = "element-desktop"; } { command = "thunderbird"; } @@ -277,6 +282,10 @@ in ''; } ]; + assigns = { + "9" = [{ class = "^Element$"; }]; + # "10" = [{ class = "^Thunderbird"; }]; + }; keybindings = { # Start a terminal "${modifier}+Return" = "exec ${terminal}";