From bb17432079cb2bdcd34a5f14ebb48a7e068a4106 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 5 Jul 2021 11:58:50 +0200 Subject: [PATCH] home: i3: remove NVIDIA firefox perf workaround Not needed anymore since switching to a recent RTX card --- home/x/i3.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/home/x/i3.nix b/home/x/i3.nix index 076a4a6..cb87d93 100644 --- a/home/x/i3.nix +++ b/home/x/i3.nix @@ -106,14 +106,6 @@ in }; }; - startup = [ - # FIXME: make it conditional on "nvidia" being part of video drivers - { - command = "nvidia-settings -a '[gpu:0]/GPUPowerMizerMode=1'"; - notification = false; - } - ]; - terminal = myTerminal; assigns = {