From 2372c63c19ff4a6228d667551f08dca4f663e8e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20Du=C3=9Fin?= Date: Sun, 15 Jun 2025 10:12:29 +0200 Subject: [PATCH 1/2] disable middle mouse emulation middle mouse emulation to me with a perfectly functioning and blossoming middle mouse button is merely a distraction at best, while gaming it was crippling for a long time before I realised that it was not my mouse being broken or me being stupid, but rather this setting being enabled by default for some spirit-forsaken reason . fuck this . it still gets enabled by default, so it doesn't even help ? aaargh --- nix/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nix/configuration.nix b/nix/configuration.nix index 93d5355..5976620 100644 --- a/nix/configuration.nix +++ b/nix/configuration.nix @@ -220,6 +220,12 @@ desktopManager.runXdgAutostartIfNone = true; displayManager.startx.enable = true; + + libinput = { + enable = true; + middleEmulation = false; + }; + windowManager.leftwm.enable = true; xkb.layout = "us"; xkb.variant = "dvp"; From 36599fc5b77515e0a73b811d9fd1368e2836b5f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20Du=C3=9Fin?= Date: Sun, 15 Jun 2025 10:15:37 +0200 Subject: [PATCH 2/2] add duckduckgo cli to configuration for terminal search --- nix/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/configuration.nix b/nix/configuration.nix index 5976620..0c8a15d 100644 --- a/nix/configuration.nix +++ b/nix/configuration.nix @@ -97,6 +97,7 @@ alacritty asciidoctor-with-extensions bat + ddgr dunst eww feh