home: i3: remove NVIDIA firefox perf workaround
Not needed anymore since switching to a recent RTX card
This commit is contained in:
parent
af04fc4626
commit
bb17432079
|
@ -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;
|
terminal = myTerminal;
|
||||||
|
|
||||||
assigns = {
|
assigns = {
|
||||||
|
|
Loading…
Reference in a new issue